Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)