EZ
Redis GUI
Redis GUI is based on the following technologies:
- electron
- react
- mobx
- ioredis
- webpack
- postcss
Functionality
- Create/edit/delete direct, cluster or sentinel connections to Redis
- Setting ssh and tls settings for connections
- Viewing prefixes and keys in tree structure
- Creating new keys and editing or deleting existing key values
Screenshots
|
|
|
|
Themes
According to the system theme we use appropriate theme (light or dark) in the applications:
|
|
How to start development
Type the following command to install dependencies:
$ make depsTo run webpack and electron build and type the following command:
$ make devHow to make a build
To make a final build of js and css codebase type the following command:
$ make buildTo make electron build of the whole release use the following command:
$ make electron-rebuildHow to start tests
To start linting tests type the following command:
$ make lintConventions
- Name of all files for components should start from lowercase letter and words should be separated by a dash (date-range, multi-action-button).
- Code style (eslint, typescript).
- For css class names use BEM methodology.
License
Redis GUI is released under the MIT License.
On this page
Languages
TypeScript78.0%CSS18.5%JavaScript2.7%Makefile0.8%EJS0.1%Shell0.0%
Contributors
Latest Release
0.1.0August 29, 2021MIT License
Created July 14, 2021
Updated October 26, 2025




