medis
v0.2.0
Published
GUI for Redis
Downloads
5
Readme
Medis
Medis is a beautiful, easy-to-use Redis management application built on the modern web with Electron, React, and Redux.
Medis starts with all the basic features you need:
- Keys viewing/editing
- SSH Tunnel for connecting with remote servers
- Terminal for executing custom commands
- Config viewing/editing
It also supports many advanced features:
- JSON/MessagePack format viewing/editing and built-in highlighting/validator
- Working with millions keys and key members without blocking the redis server
- Pattern manager for easy selecting a sub group of keys.
Download Medis
You can download compiled versions of Medis for Mac OS X from the release page. Support for Windows and Linux is coming soon.
Running Locally
$ npm install
$ npm run dev
$ npm start
Build Medis
$ npm run deploy
$ ./Medis.app
I love this. How do I help?
- Simply star this repository :-)
- Help us spread the word on Facebook and Twitter
- Contribute Code! We're developers! (See Roadmap below)
- Medis is available on the Mac App Store as a paid software. I'll be very grateful if you'd like to buy it to encourage me to continue maintaining Medis. There are no additional features comparing with the open-sourced version, except the fact that you can enjoy auto updating that brought by the Mac App Store.
Roadmap
- Lua script editor
- Cluster management
- GEO keys supporting