Skip to content

Chat2DB-Pro/gsein-redis-client

 
 

Repository files navigation

Gsein Redis Client

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.

Techs

  • GUI: Electron + Vue
  • Function Implementation: Spring Boot + Lettuce (Kotlin)

Build Steps

  1. Install dependencies for electron

For MacOS and linux,

    ./gradlew setupNode

For windows,

    gradlew.bat setupNode
  1. Build

For MacOS and linux,

    ./gradlew buildApp

For windows,

    gradlew.bat setupNode
  1. Run

For MacOS and linux,

    ./gradlew runApp

For windows,

    gradlew.bat setupNode
  1. Package

For MacOS and linux,

    ./gradlew bunaleApp
    

For windows,

    gradlew.bat setupNode

Contribute / Sponsor

  • Simply star this repo :)
  • Feature requests and issues are welcome.
  • Feel free to check issues page

About

A new Redis Client GUI Tool. / 新的Redis可视化连接工具

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 51.6%
  • Vue 28.6%
  • Kotlin 17.1%
  • Shell 2.1%
  • Other 0.6%