
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.
Medis starts with all the basic features you need:
It also supports many advanced features:
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.
You can download compiled installer of Medis for Windows from the below page download page
You can download compiled versions of Medis for Mac OS X from the release page.
$ npm install
$ npm run build
$ npm start
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.
MIT
$ claude mcp add medis \
-- python -m otcore.mcp_server <graph>