Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Medis | 11,339 | 20 days ago | 96 | mit | JavaScript | |||||
💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. | ||||||||||
Rocketredis | 1,898 | 7 days ago | 64 | mit | TypeScript | |||||
A beautiful Redis GUI :fire: (under development) | ||||||||||
Redisclient | 1,842 | 5 years ago | 41 | Java | ||||||
Java Redis Client GUI Tool | ||||||||||
Redis Tui | 662 | 4 years ago | 4 | mit | Go | |||||
A Redis Text-based UI client in CLI | ||||||||||
Redis Ui | 633 | a month ago | 622 | June 01, 2022 | 3 | other | JavaScript | |||
📡 P3X Redis UI is a very functional handy database GUI and works in your pocket on the responsive web or as a desktop app | ||||||||||
Redis Gui | 472 | 2 months ago | 1 | mit | Vue | |||||
🔬 Modern graphical user interface to peek into redis database | ||||||||||
Fastoredis | 310 | 4 years ago | 9 | gpl-3.0 | ||||||
FastoRedis is a crossplatform Redis GUI management tool. | ||||||||||
Phpcacheadmin | 276 | 9 days ago | 7 | December 17, 2022 | mit | PHP | ||||
A web dashboard for your favorite caching system. | ||||||||||
Xerror | 251 | 2 years ago | 17 | CSS | ||||||
fully automated pentesting tool | ||||||||||
Pyredisadmin | 224 | 6 years ago | 6 | JavaScript | ||||||
A web GUI for Redis data management |
Compared to Medis (this repo), Medis 2 provides more delightful features, such as tree view (yes, finally!), streams, alert mode, dark mode, and more. Besides that, Medis 2 is rewritten from the beginning with native technology, making it more morden, beautiful, and fast!
What's more, Medis 2 is free 💰 to download! Don't hesitate, download it from the App Store now and try it out!
(or searching "Medis 2" on macOS App Store if the above link doesn't work for you.)
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.
Upstash is a Serverless Database with Redis/REST API and durable storage. It is the perfect database for your applications thanks to its per request pricing and low latency data.
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 pack
$ 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.
luin |
kvnsmth |
dpde |
ogasawaraShinnosuke |
naholyr |
hlobil |
Janpot |
MIT