Skip to content
This repository was archived by the owner on Aug 2, 2022. It is now read-only.

Commit 3c1778a

Browse files
committed
docs:update readme
1 parent 2d6b247 commit 3c1778a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# GoRedisManager
2+
23
redis web客户端管理平台。优点:跨平台、部署简单。欢迎star!!
34

5+
[Vue版](https://github.com/gphper/grm)
6+
7+
8+
49
![logo](readme/redis-login.JPG)
510

611
![logo](readme/index.JPG)
@@ -30,6 +35,7 @@ redis web客户端管理平台。优点:跨平台、部署简单。欢迎star
3035
:white_check_mark:分页加载key值
3136

3237
## 使用文档
38+
3339
- [开始使用](#开始使用)
3440
- [配置文件](#配置文件)
3541
- [用户验证](#用户验证)
@@ -84,10 +90,10 @@ limit: 20
8490
### <a name="用户验证">用户验证</a>
8591
8692
在配置文件中设置 accounts 属性即为默认开启用户验证
93+
8794
```yaml
8895
#启用用户登录验证 不需要此功能则将 accounts 数据块注释掉即可
8996
accounts:
9097
- account: "admin"
9198
password: "123456"
9299
```
93-

0 commit comments

Comments
 (0)