Server Configurator or Mac OS X Server. IRedis is a client that connects to the Redis server. The tool supports connecting to Redis server and Redis cluster. Database management application for OS X designed to help work with Redis data structure servers in a clean and user-friendly environment.
What is FastoRedis?
FastoRedis (fork of FastoNoSQL) - is a cross-platform open source Redis management tool (i.e. Admin GUI). It put the same engine that powers Redis's redis-cli shell. Everything you can write in redis-cli shell — you can write in Fastoredis! Our program works on the most amount of Linux systems, also on Windows, Mac OS X, FreeBSD and Android platforms.
Main big advantages of FastoRedis:
- Open source
- Cross-platform
- Flexible and extending for future databases
- Simple code
- Great solutions
- Money back guarantee.
We are waiting for your feedback! Please write any issues and proposals to GitHub Issues.
Features
Full Power of Redis shell FastoRedis embeds the same redis-cli engine. It means that you can reuse your main skills of redis-cli shell in FastoRedis This program provides you with syntax highlighting, autocompletion, different view modes (text, tree, table) and other. With excellent power comes great responsibility. FastoRedis won’t stop you from executing 'undesired' code. Be attentive, as you do with redis-cli shell!
Redis Gui Client For Mac
Multiple Shells
You can open as many shells as you need. Every tab in FastoRedis - is a Redis shell, fully divided from each other. Have many opened shells for single Redis server, or many shells for many different servers.
Autocompletion
FastoRedis supply you with autocompletion for all Redis commands. To assist FastoRedis autocompletion - execute your code.
Redis unix sockets
Redis have feature called Redis Unix sockets, and your server never will be visible in network, this functionality something like embedded database which works only on local machine.
Redis Labs cloud
Redis Labs is the open source home and commercial provider of Redis, we support it also.
Redis Cluster support
Redis Cluster provides a way to run a Redis installation where data is automatically sharded across multiple Redis nodes. FastoRedis is able to work with Redis Cluster, we support discovery functionality and you can work with cluster as one server.
Redis Sentinel support
Redis Sentinel provides high availability for Redis. In practical terms this means that using Sentinel you can create a Redis deployment that resists without human intervention to certain kind of failures. Discovery Redis Sentinel it is supper feature of FastoRedis.
Access your server using SSH protocol
Access your server using SSH protocol You are able to connect to server via SSH tunnel. We support two methods of authentication: with password and with private key.
Access your TLS/SSL servers like Microsoft Azure
If your have secure redis server like Microsoft Azure you also can use FastoRedis.
TTL, Binary keys, Redis modules, UTF-8 Encoding, etc...
Many Redis GUI solutions have cool features but some features have only FastoRedis. For example:
- Binary keys/value handling
- TTL keys which will removed from tree when time expire time comming
- Redis Modules
- Docker via forwarding ports or X server
- UTF-8 Encoding
- Console commands influence to the tree without reloading
- And many, many other cool features which you can find only in FastoRedis.
Graphics of history
Desktop Managers makes working with the database more user-friendly. If you want to see the work history of your server, you can check 'Logging enable' on connection dialog window. And every minute FastoRedis executes redis info
command, and saves result.
Our PRO version statistics:
14763
Registered users
511
Banned users
By using Homebrew, you greatly reduce the cost of setting up and configuring Redis on Mac OSX.
How to Install Homebrew (http://brew.sh/) on Mac OSX
$ /usr/bin/ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)'
How to Install Redis on Mac OSX via Homebrew
$ brew install redis
After installation, you will see some notification about some caveats on configuring.
Mac Install Redis Cli
Configuration
How to Start Redis When Computer Starts:
$ ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
How to Start Redis as a Service (Start on Boot) on OSX:
$ launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
How to Start Redis Using Configuration File:
$ redis-server /usr/local/etc/redis.conf
How to Disable Autostart of Redis on Startup
$ launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Location of Redis configuration file.
/usr/local/etc/redis.conf
Uninstallation
How to Uninstall Redis from Mac OSX via Homebrew
$ brew uninstall redis
Redis Client Mac Os
$ rm ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
View Redis Package Information
$ brew info redis
Etc
How to Test is Redis is Working:
$ redis-cli ping
If it replies “PONG”, then it’s good to go!
Links
Redis Client Mac Os X 10.13
Redis (http://redis.io/) -Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker.
redis-rb (https://github.com/redis/redis-rb) -A Ruby client library that tries to match Redis' API one-to-one, while still providing an idiomatic interface. It features thread-safety, client-side sharding, pipelining, and an obsession for performance.
Redis Desktop Client For Mac
Medis (http://getmedis.com/ & https://github.com/luin/medis) -OSX GUI for Redis.