smallsong / qredis

Redis GUI using Qt & Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QRedis

A Python, Qt based Redis client user interface.

screenshot

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

That's all folks!

About

Redis GUI using Qt & Python

License:MIT License


Languages

Language:Python 100.0%