Redis数据库管理的Mac应用:Medis
jopen
9年前
Medis
Medis是一个漂亮,易于使用于针对Redis数据库管理的Mac应用。基于现代Web技术 Electron, React, and Redux开发。它搭载许多非常棒的模块特别是ioredis 和 ssh2。
Medis 拥有一些最基本的功能:
- Keys viewing/editing
- SSH Tunnel for connecting with remote servers
- Terminal for executing custom commands
- Config viewing/editing
还支持的高级功能:
- 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