{"id":13426268,"url":"https://github.com/luin/medis","last_synced_at":"2025-10-04T09:48:54.157Z","repository":{"id":37816452,"uuid":"44111975","full_name":"luin/medis","owner":"luin","description":"💻 Medis is a beautiful, easy-to-use Mac database management application for Redis.","archived":false,"fork":false,"pushed_at":"2024-02-21T05:21:54.000Z","size":52877,"stargazers_count":11691,"open_issues_count":66,"forks_count":790,"subscribers_count":172,"default_branch":"master","last_synced_at":"2025-05-21T00:06:03.790Z","etag":null,"topics":["electron","gui","mac","redis","redis-cluster","redis-desktop-manager","redis-gui","redis-sentinel"],"latest_commit_sha":null,"homepage":"http://getmedis.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null},"funding":{"github":["luin"],"custom":"https://apps.apple.com/us/app/medis-2-gui-for-redis/id1579200037"}},"created_at":"2015-10-12T14:19:35.000Z","updated_at":"2025-05-20T07:27:35.000Z","dependencies_parsed_at":"2024-02-21T06:36:14.799Z","dependency_job_id":null,"html_url":"https://github.com/luin/medis","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/luin/medis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luin%2Fmedis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luin%2Fmedis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luin%2Fmedis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luin%2Fmedis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luin","download_url":"https://codeload.github.com/luin/medis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luin%2Fmedis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278295845,"owners_count":25963427,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","gui","mac","redis","redis-cluster","redis-desktop-manager","redis-gui","redis-sentinel"],"created_at":"2024-07-31T00:01:30.495Z","updated_at":"2025-10-04T09:48:54.142Z","avatar_url":"https://github.com/luin.png","language":"JavaScript","readme":"# Medis\n\n### Notice: We just released Medis 2! 🚀🚀🚀\n\nCompared 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!\n\nWhat's more, **Medis 2 is free 💰 to download**! Don't hesitate, download it from the App Store now and try it out!\n\n[![Download on the App Store](http://getmedis.com/download.svg)](https://apps.apple.com/us/app/medis-2-gui-for-redis/id1579200037?mt=12)\n\n_(or searching \"Medis 2\" on macOS App Store if the above link doesn't work for you. Also, you can download the app directly from the [official website](https://getmedis.com/))_\n\n![Medis](http://getmedis.com/screen.png)\n\n---\n\nMedis is a beautiful, easy-to-use Redis management application built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Redux](https://github.com/rackt/redux). It's powered by many awesome Node.js modules, especially [ioredis](https://github.com/luin/ioredis) and [ssh2](https://github.com/mscdex/ssh2).\n\n[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)\n\nMedis starts with all the basic features you need:\n\n- Keys viewing/editing\n- SSH Tunnel for connecting with remote servers\n- Terminal for executing custom commands\n- Config viewing/editing\n\nIt also supports many advanced features:\n\n- JSON/MessagePack format viewing/editing and built-in highlighting/validator\n- Working with millions keys and key members without blocking the redis server\n- Pattern manager for easy selecting a sub group of keys.\n\n**Note**: Medis only supports Redis \u003e= 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.\n\n\u003chr /\u003e\n\n## Download Medis on Windows\n\nYou can download compiled installer of Medis for Windows from the below page\n[download page](https://github.com/classfellow/medis/releases/tag/win)\n\n## Download Medis on Mac\n\nYou can download compiled versions of Medis for Mac OS X from [the release page](https://github.com/luin/medis/releases).\n\n## Running Locally\n\n1. Install dependencies\n\n```\n    $ npm install\n```\n\n2. Compile assets:\n\n```\n    $ npm run pack\n```\n\n3. Run with Electron:\n\n```\n    $ npm start\n```\n\n## Connect to Heroku\n\nMedis 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:\n\n```shell\n$ heroku redis:credentials --app YOUR_APP\nredis://x:PASSWORD@HOST:PORT\n```\n\nAnd then input `HOST`, `PORT` and `PASSWORD` to the connection tab.\n\n## I Love This. How do I Help?\n\n- Simply star this repository :-)\n- Help us spread the world on Facebook and Twitter\n- Contribute Code! We're developers! (See Roadmap below)\n- 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. \u003cbr\u003e [![Download on the App Store](http://getmedis.com/download.svg)](https://apps.apple.com/us/app/medis-2-gui-for-redis/id1579200037?mt=12)\n\n## Roadmap\n\n- Windows and Linux version (with electron-packager)\n- Support for SaaS Redis services\n- Lua script editor\n- Cluster management\n- GEO keys supporting\n\n## Contributors\n\n\u003ctable\u003e\u003ctr\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/luin\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/635902?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003eluin\u003c/p\u003e\u003c/td\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/kvnsmth\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/127?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003ekvnsmth\u003c/p\u003e\u003c/td\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/dpde\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/485645?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003edpde\u003c/p\u003e\u003c/td\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/ogasawaraShinnosuke\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/5368888?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003eogasawaraShinnosuke\u003c/p\u003e\u003c/td\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/naholyr\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/214067?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003enaholyr\u003c/p\u003e\u003c/td\u003e\u003c/tr\u003e\u003ctr\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/hlobil\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/484499?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003ehlobil\u003c/p\u003e\u003c/td\u003e\u003ctd width=\"20%\"\u003e\u003ca href=\"https://github.com/Janpot\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/2109932?v=3\" /\u003e\u003c/a\u003e\u003cp align=\"center\"\u003eJanpot\u003c/p\u003e\u003c/td\u003e\u003c/table\u003e\n\n## License\n\nMIT\n","funding_links":["https://github.com/sponsors/luin","https://apps.apple.com/us/app/medis-2-gui-for-redis/id1579200037"],"categories":["JavaScript","Databases","工具","Mac","GUI Clients","Apps","目录","Applications","其他__大数据","Uncategorized"],"sub_categories":["Management Tool","Java","Database Client","Database","网络服务_其他","Uncategorized","Open Source","🗄️ Database (18)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluin%2Fmedis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluin%2Fmedis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluin%2Fmedis/lists"}