Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 895 Bytes

README.md

File metadata and controls

38 lines (28 loc) · 895 Bytes

Redis Desktop

a very powerful redis manage tool for windows.

preview

demo

Features

  • 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.....

Install

install from binary

download binary file from release page, just open it!

install from source

  1. first you have to install Go
  2. download the source code
  3. cd project directory
  4. compile
go build -ldflags="-H windowsgui"

Thanks

the project is powered by walk and redigo

License

the porject is under MIT license which can be found in LICENSE file.