feat: add redis cluster mode in option (#1178)

Signed-off-by: rfyiamcool <rfyiamcool@163.com>
This commit is contained in:
fengyun.rui
2023-10-12 10:46:31 +08:00
committed by GitHub
parent d8dbcbbec6
commit 8b649a55a2
3 changed files with 8 additions and 5 deletions
+1
View File
@@ -224,6 +224,7 @@ config/config.yaml 文件为存储组件提供了详细的配置说明。
```
redis:
clusterMode: false #是否为 redis cluster 模式
address: [ 127.0.0.1:16379 ] #地址
username: #用户名
password: openIM123 #密码