From 2ca33972d1a7d2bb2db52eebf21c05e5e551cff9 Mon Sep 17 00:00:00 2001 From: Monet Lee Date: Tue, 17 Jun 2025 18:16:46 +0800 Subject: [PATCH] update config. --- config/redis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/redis.yml b/config/redis.yml index d64b16705..5e62719ae 100644 --- a/config/redis.yml +++ b/config/redis.yml @@ -2,7 +2,7 @@ address: [localhost:16379] username: password: openIM123 # redis Mode, including "standalone","cluster","sentinel" -redisMode: "sentinel" +redisMode: "standalone" db: 0 maxRetry: 10 poolSize: 100