kvnsmth / medis

Medis is a beautiful, easy-to-use Mac database management application for Redis.

Home Page:http://getmedis.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medis

Medis

Medis is a beautiful, easy-to-use Redis management application built on the modern web with Electron, React, and Redux. It's powered by many awesome Node.js modules, especially ioredis and ssh2.

Join the chat at https://gitter.im/luin/medis

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 world 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.
    Download on the App Store

Roadmap

  • Lua script editor
  • Cluster management
  • GEO keys supporting

License

MIT

About

Medis is a beautiful, easy-to-use Mac database management application for Redis.

http://getmedis.com

License:MIT License


Languages

Language:JavaScript 71.1%Language:CSS 22.6%Language:HTML 4.5%Language:Shell 1.8%