Redis-cli - Selecting which instance? Redis-cli - Selecting which instance? database database

Redis-cli - Selecting which instance?


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/

redis desktop manager consoles