# QuickRedis **Repository Path**: gitxuchang/quick_redis_blog ## Basic Information - **Project Name**: QuickRedis - **Description**: QuickRedis 是一款 永久免费 的 Redis 可视化管理工具。它支持直连、哨兵、集群模式,支持亿万数量级的 key,还有令人兴奋的 UI。QuickRedis 支持 Windows 、 Mac OS X 和 Linux 下运行。 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://quick123.net/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 254 - **Created**: 2022-02-08 - **Last Updated**: 2022-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # QuickRedis ## Introduction ## Official website: [https://quick123.net/](https://quick123.net/) QuickRedis is a **free forever** Redis Desktop manager. It supports direct connection, sentinel, and cluster mode, **supports multiple languages**, supports hundreds of millions of keys, and has an amazing UI. Supports both Windows, Mac OS X and Linux platform. QuickRedis is an efficiency tool, **when others are trying to type commands, and you are already drinking coffee.** ( QuickRedis 是一款 **永久免费** 的 Redis 可视化管理工具。它支持**直连、哨兵、集群**模式,支持亿万数量级的 key,还有令人兴奋的 UI。QuickRedis 支持 Windows 、 Mac OS X 和 Linux 下运行。 QuickRedis 是一个效率工具,**当别人在努力敲命令的时候,而你已经在喝茶。** ) ## Download URL **Download** [Windows](https://gitee.com/quick123official/quick_redis_blog/attach_files/901467/download/QuickRedis-2.6.1-win-ia32.exe "Windows") [Mac OS X](https://gitee.com/quick123official/quick_redis_blog/attach_files/902626/download/QuickRedis-2.6.1-mac-x64.dmg "Mac OS X") [Linux](https://gitee.com/quick123official/quick_redis_blog/attach_files/902625/download/QuickRedis-2.6.1-linux-x86_64.AppImage "Linux") **使用 百度网盘 下载** Windows & Mac OS X & Linux :链接: [https://pan.baidu.com/s/10MbD-yzd3Eimkau0PBBE1w](https://pan.baidu.com/s/10MbD-yzd3Eimkau0PBBE1w "百度网盘") 提取码: 7dvu **Download from github** Windows & Mac OS X & Linux : [https://github.com/quick123official/quick_redis_blog/](https://github.com/quick123official/quick_redis_blog/ "github") **Download from gitee** Windows & Mac OS X & Linux : [https://gitee.com/quick123official/quick_redis_blog/](https://gitee.com/quick123official/quick_redis_blog/ "gitee") ## Software screenshot -The keys are displayed in the form of a directory ![The keys are displayed in the form of a directory](https://quick123.net/images/introduction/show_keys_by_tree.jpg "The keys are displayed in the form of a directory") -Home page ![Home page](https://quick123.net/images/introduction/key-zset-value.png "Home page") -Connection management menu (support multi-directory management, support copy connection, support drag connection to directory) ![Connection Management Menu](https://quick123.net/images/introduction/host-menu.png "Connection Management Menu") -Multilingual (Simplified Chinese, Traditional Chinese, English, Japanese, French) ![Multilingual](https://quick123.net/images/introduction/muti-language.png "Multilingual") -Quickly close multiple tabs ![Quickly close multiple tabs](https://quick123.net/images/introduction/fast-close.png "Quickly close multiple tabs") -Direct connection mode configuration ![Direct Connection Mode Configuration](https://quick123.net/images/introduction/direct-config.png "Direct Connection Mode Configuration") -Sentinel mode configuration ![Sentinel Mode Configuration](https://quick123.net/images/introduction/sentinel-config.png "Sentinel Mode Configuration") -Cluster mode configuration ![Cluster Mode Configuration](https://quick123.net/images/introduction/cluster-config.png "Cluster Mode Configuration") -Command Line ![Command line](https://quick123.net/images/introduction/command-line.png "Command line") -String type management (support value json formatting, key modification, ttl modification, key deletion) ![string type management](https://quick123.net/images/introduction/key-string-value-json.png "string type management") -List type management (support list paging query, add, delete) ![list type management](https://quick123.net/images/introduction/key-list-value.png "list type management") -Set type management (support set paging query, add, delete) ![set type management](https://quick123.net/images/introduction/key-set-value.png "set type management") -Hash type management (support hash paging query, add, delete, modify) ![hash type management](https://quick123.net/images/introduction/key-hash-value.png "hash type management") ## FAQ If you have any questions about usage, please feel free to leave a message in the following ways: ### github address [https://github.com/quick123official/quick_redis_blog/issues](https://github.com/quick123official/quick_redis_blog/issues) ### gitee address [https://gitee.com/quick123official/quick_redis_blog/issues](https://gitee.com/quick123official/quick_redis_blog/issues) ## Open source code we used [ANTD](https://ant.design/index-cn) [ioredis](https://github.com/luin/ioredis) [react](https://reactjs.org/) [react-intl-universal](https://github.com/alibaba/react-intl-universal) [redux](https://redux.js.org/) [less](http://lesscss.org/features/) ## 快速开始 ### 开发阶段:1. yarn run start1;2. yarn run start2 ### 打包:1. yarn run build:mac;2. yarn run pack:mac