Skip to content

Commit d01e042

Browse files
Update README.md
1 parent 8a86bcf commit d01e042

File tree

1 file changed

+38
-57
lines changed

1 file changed

+38
-57
lines changed

README.md

Lines changed: 38 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,71 @@
11
# QuickRedis
2-
3-
## Introduction
4-
## Official website: [https://quick123.net/](https://quick123.net/)
5-
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.
6-
7-
QuickRedis is an efficiency tool, **when others are trying to type commands, and you are already drinking coffee.**
8-
9-
(
2+
## 介绍
103
QuickRedis 是一款 **永久免费** 的 Redis 可视化管理工具。它支持**直连、哨兵、集群**模式,支持亿万数量级的 key,还有令人兴奋的 UI。QuickRedis 支持 Windows 、 Mac OS X 和 Linux 下运行。
114

12-
QuickRedis 是一个效率工具,**当别人在努力敲命令的时候,而你已经在喝茶。**
13-
)
5+
QuickRedis 是一个效率工具,**当别人在努力敲命令的时候,而你已经在喝茶。**
146

15-
## Download URL
16-
**Download**
7+
## 下载地址
178

18-
[Windows](https://gitee.com/quick123official/quick_redis_blog/attach_files/932412/download/QuickRedis-2.6.2-win-ia32.exe "Windows")
9+
[https://gitee.com/quick123official/quick_redis_blog/releases/](https://gitee.com/quick123official/quick_redis_blog/releases/ "https://gitee.com/quick123official/quick_redis_blog/releases/")
1910

20-
[Mac OS X](https://gitee.com/quick123official/quick_redis_blog/attach_files/932224/download/QuickRedis-2.6.2-mac-x64.dmg "Mac OS X")
21-
22-
[Linux](https://gitee.com/quick123official/quick_redis_blog/attach_files/932223/download/QuickRedis-2.6.2-linux-x86_64.AppImage "Linux")
11+
[https://github.com/quick123official/quick_redis_blog/releases/](https://github.com/quick123official/quick_redis_blog/releases/ "https://github.com/quick123official/quick_redis_blog/releases/")
2312

2413
**使用 百度网盘 下载**
2514

2615
Windows & Mac OS X & Linux :链接: [https://pan.baidu.com/s/10MbD-yzd3Eimkau0PBBE1w](https://pan.baidu.com/s/1zmQTzGtgAfV8gdF-TgFW6g?pwd=3qhv "百度网盘") 提取码: 3qhv
2716

28-
**Download from github**
29-
30-
Windows & Mac OS X & Linux : [https://github.com/quick123official/quick_redis_blog/](https://github.com/quick123official/quick_redis_blog/ "github")
17+
## 软件截图
3118

32-
**Download from gitee**
19+
-树形展示keys
20+
![树形展示keys](https://quick123.net/images/introduction/show_keys_by_tree.jpg "树形展示keys")
3321

34-
Windows & Mac OS X & Linux : [https://gitee.com/quick123official/quick_redis_blog/](https://gitee.com/quick123official/quick_redis_blog/ "gitee")
22+
-首页
23+
![首页](https://quick123.net/images/introduction/key-zset-value.png "首页")
3524

36-
## Software screenshot
25+
-连接管理菜单(支持多目录管理、支持复制连接、拖动连接到目录)
26+
![连接管理菜单](https://quick123.net/images/introduction/host-menu.png "连接管理菜单")
3727

38-
-The keys are displayed in the form of a directory
39-
![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")
28+
-多语言(简体中文、繁体中文、英文、日语、法语)
29+
![多语言](https://quick123.net/images/introduction/muti-language.png "多语言")
4030

41-
-Home page
42-
![Home page](https://quick123.net/images/introduction/key-zset-value.png "Home page")
31+
-快速关闭多个 TAB
32+
![快速关闭多个 TAB](https://quick123.net/images/introduction/fast-close.png "快速关闭多个 TAB")
4333

44-
-Connection management menu (support multi-directory management, support copy connection, support drag connection to directory)
45-
![Connection Management Menu](https://quick123.net/images/introduction/host-menu.png "Connection Management Menu")
34+
-直连模式配置
35+
![直连模式配置](https://quick123.net/images/introduction/direct-config.png "直连模式配置")
4636

47-
-Multilingual (Simplified Chinese, Traditional Chinese, English, Japanese, French)
48-
![Multilingual](https://quick123.net/images/introduction/muti-language.png "Multilingual")
37+
-哨兵模式配置
38+
![哨兵模式配置](https://quick123.net/images/introduction/sentinel-config.png "哨兵模式配置")
4939

50-
-Quickly close multiple tabs
51-
![Quickly close multiple tabs](https://quick123.net/images/introduction/fast-close.png "Quickly close multiple tabs")
40+
-集群模式配置
41+
![集群模式配置](https://quick123.net/images/introduction/cluster-config.png "集群模式配置")
5242

53-
-Direct connection mode configuration
54-
![Direct Connection Mode Configuration](https://quick123.net/images/introduction/direct-config.png "Direct Connection Mode Configuration")
43+
-命令行
44+
![命令行](https://quick123.net/images/introduction/command-line.png "命令行")
5545

56-
-Sentinel mode configuration
57-
![Sentinel Mode Configuration](https://quick123.net/images/introduction/sentinel-config.png "Sentinel Mode Configuration")
46+
-string 类型管理(支持值的json格式化、修改key、修改ttl、删除key)
47+
![string 类型管理](https://quick123.net/images/introduction/key-string-value-json.png "string 类型管理")
5848

59-
-Cluster mode configuration
60-
![Cluster Mode Configuration](https://quick123.net/images/introduction/cluster-config.png "Cluster Mode Configuration")
49+
-list 类型管理(支持 list 分页查询、新增、删除)
50+
![list类型管理](https://quick123.net/images/introduction/key-list-value.png "list 类型管理")
6151

62-
-Command Line
63-
![Command line](https://quick123.net/images/introduction/command-line.png "Command line")
52+
-set 类型管理(支持 set 分页查询、新增、删除)
53+
![set 类型管理](https://quick123.net/images/introduction/key-set-value.png "set 类型管理")
6454

65-
-String type management (support value json formatting, key modification, ttl modification, key deletion)
66-
![string type management](https://quick123.net/images/introduction/key-string-value-json.png "string type management")
55+
-hash 类型管理(支持 hash 分页查询、新增、删除、修改)
56+
![hash 类型管理](https://quick123.net/images/introduction/key-hash-value.png "hash 类型管理")
6757

68-
-List type management (support list paging query, add, delete)
69-
![list type management](https://quick123.net/images/introduction/key-list-value.png "list type management")
58+
## FAQ
59+
如果你有任何使用方面的问题,请通过下面方式留言:
7060

71-
-Set type management (support set paging query, add, delete)
72-
![set type management](https://quick123.net/images/introduction/key-set-value.png "set type management")
61+
### **gitee 地址**
7362

74-
-Hash type management (support hash paging query, add, delete, modify)
75-
![hash type management](https://quick123.net/images/introduction/key-hash-value.png "hash type management")
76-
77-
## FAQ
78-
If you have any questions about usage, please feel free to leave a message in the following ways:
63+
[https://gitee.com/quick123official/quick_redis_blog/issues](https://gitee.com/quick123official/quick_redis_blog/issues)
7964

80-
### github address
65+
### **github地址:**
8166
[https://github.com/quick123official/quick_redis_blog/issues](https://github.com/quick123official/quick_redis_blog/issues)
8267

83-
### gitee address
84-
85-
[https://gitee.com/quick123official/quick_redis_blog/issues](https://gitee.com/quick123official/quick_redis_blog/issues)
86-
87-
## Open source code we used
68+
## 使用到的开源代码
8869

8970
[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/)
9071

0 commit comments

Comments
 (0)