Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekvedaras/redis-gui
đŦ Modern graphical user interface to peek into redis database
https://github.com/ekvedaras/redis-gui
electron gui redis redis-gui vue
Last synced: 5 days ago
JSON representation
đŦ Modern graphical user interface to peek into redis database
- Host: GitHub
- URL: https://github.com/ekvedaras/redis-gui
- Owner: ekvedaras
- License: mit
- Created: 2020-08-22T08:41:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T10:37:58.000Z (6 months ago)
- Last Synced: 2024-05-16T00:48:30.613Z (6 months ago)
- Topics: electron, gui, redis, redis-gui, vue
- Language: Vue
- Homepage:
- Size: 5.12 MB
- Stars: 543
- Watchers: 3
- Forks: 36
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Redis GUI (unofficial)
[![redis-gui](https://snapcraft.io/redis-gui/badge.svg)](https://snapcraft.io/redis-gui)
A graphical UI for managing Redis databases.
---
# âšī¸ Looking for maintainers âšī¸
Especially if you have access to Windows and Linux đ
---
## Main features
* SSH tunneling
* Namespacing support
* JSON viewer
* Console with command args and summary
* Light and dark mode
* TTL management## Installation
`brew` and `snap` packages available. For Windows and other you can [download](#download) binaries from releases page.
### Mac OS
```shell
brew tap ekvedaras/homebrew-cask
brew install --cask redis-gui
```### Linux
```shell
sudo snap install redis-gui
```## Download
Binaries are available to download on [releases page](https://github.com/ekvedaras/redis-gui/releases/latest).
## Screenshots
![JSON key](./artifacts/previews/json-key.png)
![Console](./artifacts/previews/console.png)