fix: incorrect redis fields. (#3602)
* Fix: Resolved the issue of incorrect generation of conversationID in 3.8.3-patch branch. * fix: solve incorrect time.Unix and logger asyncwrite in 3.8.3-patch branch. * fix: incorrect redis fields.3.8.3-patch
parent
1954b70023
commit
2a0df3a22e
@ -1,7 +1,8 @@
|
||||
address: [ localhost:16379 ]
|
||||
username:
|
||||
password: openIM123
|
||||
clusterMode: false
|
||||
# redisMode can be "cluster", "sentinel", or "standalone"
|
||||
redisMode: "standalone"
|
||||
db: 0
|
||||
maxRetry: 10
|
||||
poolSize: 100
|
||||
|
||||
Loading…
Reference in new issue