redis-cui
                                
                                 redis-cui copied to clipboard
                                
                                    redis-cui copied to clipboard
                            
                            
                            
                        Simple, visual command line tool for redis
redis-cui
Simple, visual command line tool for redis.

Feature
- Simple and visual
- Server friendly
- Supported vim keys
- Same arguments as redis-cli
Installation
go get github.com/kyai/redis-cui
Or download the binary and add it to your PATH
Usage
$ redis-cui
Usage: redis-cui [OPTIONS]
  -h <hostname>   Server hostname (default: 127.0.0.1)
  -p <port>       Server port (default: 6379)
  -a <password>   Password to use when connecting to the server
  -n <database>   Database number
  -q              Default redis query condition (default: *)
  --help          Output this help and exit
  --version       Output version and exit