All Projects → tiagocoutinho → qredis

tiagocoutinho / qredis

Licence: MIT License
Redis GUI using Qt & Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to qredis

Qhotkey
A global shortcut/hotkey for Desktop Qt-Applications
Stars: ✭ 234 (+457.14%)
Mutual labels:  qt
octoxbps
A Qt-based XBPS front end
Stars: ✭ 45 (+7.14%)
Mutual labels:  qt
Swiftly
Swiftly is an easy to use Qt/C++ web framework
Stars: ✭ 20 (-52.38%)
Mutual labels:  qt
Xaos
Real-time interactive fractal zoomer
Stars: ✭ 239 (+469.05%)
Mutual labels:  qt
Artiq
A leading-edge control system for quantum information experiments
Stars: ✭ 245 (+483.33%)
Mutual labels:  qt
QUaServer
Qt C++ wrapper for open62541 server stack
Stars: ✭ 78 (+85.71%)
Mutual labels:  qt
Ilastik
ilastik-shell, applets, and workflows to string them together.
Stars: ✭ 235 (+459.52%)
Mutual labels:  qt
OpenImageDebugger
An advanced in-memory image visualization plugin for GDB and LLDB on Linux, MacOS and Windows (experimental). Previously known as gdb-imagewatch.
Stars: ✭ 115 (+173.81%)
Mutual labels:  qt
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Stars: ✭ 48 (+14.29%)
Mutual labels:  qt
orm-qt
Object Relation Mapping with Qt library
Stars: ✭ 32 (-23.81%)
Mutual labels:  qt
Qvge
Qt Visual Graph Editor
Stars: ✭ 237 (+464.29%)
Mutual labels:  qt
Jkqtplotter
an extensive Qt5 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Stars: ✭ 246 (+485.71%)
Mutual labels:  qt
qt cef poc
Proof of concept of simple browser w/ CEF and Qt
Stars: ✭ 26 (-38.1%)
Mutual labels:  qt
Pybitmessage
Reference client for Bitmessage: a P2P encrypted decentralised communication protocol:
Stars: ✭ 2,661 (+6235.71%)
Mutual labels:  qt
QtNotepad
Super lightweight and super simple notepad application
Stars: ✭ 50 (+19.05%)
Mutual labels:  qt
Launchyqt
🚀 Launchy project reactivated. Get the familiar feeling now!
Stars: ✭ 235 (+459.52%)
Mutual labels:  qt
psimedia
Audio/video RTP abstraction library
Stars: ✭ 19 (-54.76%)
Mutual labels:  qt
dannyAVgleDownloader
知名網站avgle下載器
Stars: ✭ 27 (-35.71%)
Mutual labels:  qt
Qss
Qt Style Sheets Library With Custom TitleBar!!!
Stars: ✭ 61 (+45.24%)
Mutual labels:  qt
meta-pelux
PELUX is an open source, GENIVI compliant development platform that supports the Qt Automotive Suite
Stars: ✭ 34 (-19.05%)
Mutual labels:  qt

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!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].