Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tiagocoutinho/qredis
- Owner: tiagocoutinho
- License: mit
- Created: 2017-02-19T21:37:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T15:41:19.000Z (over 1 year ago)
- Last Synced: 2024-10-11T07:43:46.349Z (3 months ago)
- Topics: gui, python, qt, redis
- Language: Python
- Size: 244 KB
- Stars: 70
- Watchers: 6
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**