A Python, Qt based Redis client user interface.
Open to people who want to colaborate.
- Would like to know which features you would like to have
- Pull requests are welcome
- You can always open an issue saying you want to be part of the team
$ pip install qredis
$ qredis with no DB loaded on startup $ qredis $ connect to localhost:6379, db=0 $ qredis -p 637 $ connect with unix socket, db=5 $ qredis -s /tmp/redis.sock -n 5
That's all folks!