qredis

Redis GUI using Qt & Python

MIT License

Downloads
260
Stars
70
Committers
3

QRedis

A Python, Qt based Redis client user interface.

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 6379

$ connect with unix socket, db=5
$ qredis -s /tmp/redis.sock -n 5

Alternatives

An updated list can be found here

That's all folks!

Package Rankings
Top 14.82% on Pypi.org
Top 39.45% on Conda-forge.org