Skip to content

Commit 3633f92

Browse files
authored
Update Redis service address
1 parent 4dcaefa commit 3633f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ class _VideoPermission(EnvConfig, env_prefix="video_permission_"):
385385

386386
class _Redis(EnvConfig, env_prefix="redis_"):
387387

388-
host: str = "redis.default.svc.cluster.local"
388+
host: str = "redis.databases.svc.cluster.local"
389389
password: str = ""
390390
port: int = 6379
391391
use_fakeredis: bool = False # If this is True, Bot will use fakeredis.aioredis

0 commit comments

Comments
 (0)