Files
open-im-server/config/redis.yml
T

9 lines
175 B
YAML
Raw Normal View History

2024-04-19 22:23:08 +08:00
address: [ localhost:16379 ]
2024-08-21 15:10:43 +08:00
username:
2024-04-19 22:23:08 +08:00
password: openIM123
2025-10-24 14:56:05 +08:00
# redisMode can be "cluster", "sentinel", or "standalone"
redisMode: "standalone"
2024-04-19 22:23:08 +08:00
db: 0
maxRetry: 10
poolSize: 100