medis

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

Github星跟蹤圖

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.

Commitizen friendly
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.

Note: Medis only supports Redis >= 2.8 version because SCAN command was introduced since 2.8. SCAN is very useful to get key list without blocking the server, which is crucial to the production environment. Because the latest stable is 5.0 and 2.6 is a very old version, Medis doesn't support it.

Download Medis on Windows

You can download compiled installer of Medis for Windows from the below page
download page

Download Medis on Mac

You can download compiled versions of Medis for Mac OS X from the release page.

Running Locally

  1. Install dependencies
    $ npm install
  1. Compile assets:
    $ npm run deploy
  1. Run with Electron:
    $ npm start

Connect to Heroku

Medis can connect to Heroku Redis addon to manage your data. You just need to call heroku redis:credentials --app APP to get your redis credential:

$ heroku redis:credentials --app YOUR_APP
redis://x:PASSWORD@HOST:PORT

And then input HOST, PORT and PASSWORD to the connection tab.

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

  • Windows and Linux version (with electron-packager)
  • Support for SaaS Redis services
  • Lua script editor
  • Cluster management
  • GEO keys supporting

Contributors

License

MIT

主要指標

概覽
名稱與所有者luin/medis
主編程語言JavaScript
編程語言JavaScript (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2015-10-12 14:19:35
推送於2024-02-21 05:21:54
最后一次提交2024-02-21 13:21:54
發布數8
最新版本名稱v1.0.3 (發布於 2019-05-24 23:31:45)
第一版名稱v0.2.0 (發布於 2016-01-11 00:01:00)
用户参与
星數11.7k
關注者數172
派生數791
提交數318
已啟用問題?
問題數206
打開的問題數26
拉請求數20
打開的拉請求數42
關閉的拉請求數45
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?