a very powerful redis manage tool for windows.
- manage sessions conveniently
- multi tabpages
- i18n (English and Simplified Chinese for now)
- batch execute commands
- view history commands
- command auto completion
- show commands doc (just type "help" + command, eg: "help SET")
- other charming features.....
download binary file from release page, just open it!
- first you have to install Go
- download the source code
- cd project directory
- compile
go build -ldflags="-H windowsgui"
the project is powered by walk and redigo
the porject is under MIT license which can be found in LICENSE file.