Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tiagocoutinho/qredis

Redis GUI using Qt & Python
https://github.com/tiagocoutinho/qredis

gui python qt redis

Last synced: 3 months ago
JSON representation

Redis GUI using Qt & Python

Awesome Lists containing this project

README

        

# QRedis

A [Python](http://www.python.org/), [Qt](http://www.qt.io/)
based [Redis](http://redis.io) client user interface.

![screenshot](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

```console
$ pip install qredis
```

## Requirements

- Python >= 3.5
- [PyQt](http://riverbankcomputing.com/software/pyqt) 5
(or in the future PySide)
- [redis-py](https://github.com/andymccurdy/redis-py)

## Usage

```console
$ 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

* [RESP.app (Formerly RedisDesktopManager)](https://github.com/uglide/RedisDesktopManager)
* [dbgate](https://github.com/dbgate/dbgate)
* [RedisInsight](https://github.com/RedisInsight/RedisInsight)
* [redis-commander](https://github.com/joeferner/redis-commander)

An updated list can be found [here](https://redis.io/docs/tools/#gui)

**That's all folks!**