Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Medis | 11,206 | 2 months ago | 97 | mit | JavaScript | |||||
💻 Medis is a beautiful, easy-to-use Mac database management application for Redis. | ||||||||||
Flask Base | 2,838 | 5 months ago | 1 | mit | Python | |||||
A simple Flask boilerplate app with SQLAlchemy, Redis, User Authentication, and more. | ||||||||||
Pinkylam Blog | 58 | 6 years ago | 1 | apache-2.0 | JavaScript | |||||
基于node-webkit 开发的桌面笔记管理应用。前端使用MDUI框架。数据同步定时同步到服务器端,本地自带缓存数据功能。 | ||||||||||
Penn Club Ratings | 22 | 5 years ago | mit | Python | ||||||
Livetool | 20 | 5 years ago | other | JavaScript | ||||||
Collaborative editor using Node.JS / Redis / RTMFP / Socket.IO | ||||||||||
Ritzy Demo | 20 | 7 years ago | 1 | apache-2.0 | JavaScript | |||||
Demo of Ritzy: Collaborative web-based rich text editor | ||||||||||
Lampost Mud | 17 | 5 years ago | 7 | mit | JavaScript | |||||
A Python server and HTML/angular.js client for MUDs and other multi-user virtual worlds | ||||||||||
Forum_server | 14 | a year ago | 1 | mit | Java | |||||
论坛前后端分离项目的后端项目,采用springboot框架 | ||||||||||
Skyeye Report | 10 | a year ago | mit | Java | ||||||
skyeye-report是一款高性能的Java报表引擎,提供完善的基于网页的报表设计器,可快速做出各种复杂的中式报表。支持多种数据源以及拖拽式报表功能。专业化报表设计编辑器,支持多种格式文件的导出。交流群:1016439713 | ||||||||||
Playground | 5 | 4 years ago | JavaScript | |||||||
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.
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:[email protected]:PORT
And then input HOST
, PORT
and PASSWORD
to the connection tab.
luin |
kvnsmth |
dpde |
ogasawaraShinnosuke |
naholyr |
hlobil |
Janpot |
MIT