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.
This commit is contained in:
Monet Lee
2025-10-24 14:56:05 +08:00
committed by GitHub
parent 1954b70023
commit 2a0df3a22e
4 changed files with 19 additions and 18 deletions
+2 -1
View File
@@ -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