Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dapeng committed Jul 13, 2024
1 parent 0b99f58 commit 6ebc29e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/zh/references/redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ next: ./
# Redis 参考文档

## 配置项
- redis.server: redis服务器地址,例如:127.0.0.1:6379,无默认值
- redis.password:redis密码,允许为空
- redis.max-idle:最大空闲链接数,不配置默认为2
- redis.max-active:最大活跃链接数,不配置默认为10
- redis.db:使用的db,不配置默认为0
Expand Down

0 comments on commit 6ebc29e

Please sign in to comment.