I'm currently running multiple redis instances on one box. Each have their own config, init.d, and listen on different ports. My application(s) have no problem connecting via the redis clients, but I'd like to be able to connect to each one using redis-cli. I couldn't find any information on $:redis-cli [options] in either the redis-doc or on redis.io. Any ideas?
To start Redis client, open the terminal and type the command redis-cli. This will connect to your local server and now you can run any command.
You can specify the server host and port using -h and -p parameters. E.g.:
redis-cli -h 127.0.0.1 -p 6379
Try this Redis GUI management tool, it also have console support - http://redisdesktop.com/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With