/qredis

Redis GUI using Qt & Python

Primary LanguagePythonMIT LicenseMIT

QRedis

A Python, Qt based Redis client user interface.

doc/screen1.png

Help wanted

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

Installation

$ pip install qredis

Requirements

Usage

$ 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!