Gsein redis client (GRC) is a new redis client GUI tool built with Electron, Vue, Spring Boot, and Lettuce.
Here are some basic features of GRC:
- Keys viewing/editing
- Cheatsheet for redis commands
- Test if a connection is valid.
- Terminal (TODO)
- SSH / Cluster support (TODO)
- Sync data from different databases (TODO)
Note: GRC only supports Redis >= 2.8 version because we use SCAN command to load keys.
- GUI: Electron + Vue
- Function Implementation: Spring Boot + Lettuce (Kotlin)
- Install dependencies for electron
For MacOS and linux,
./gradlew setupNode
For windows,
gradlew.bat setupNode
- Build
For MacOS and linux,
./gradlew buildApp
For windows,
gradlew.bat setupNode
- Run
For MacOS and linux,
./gradlew runApp
For windows,
gradlew.bat setupNode
- Package
For MacOS and linux,
./gradlew bunaleApp
For windows,
gradlew.bat setupNode
- Simply star this repo :)
- Feature requests and issues are welcome.
- Feel free to check issues page