diff options
-rw-r--r-- | bot/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/constants.py b/bot/constants.py index b23222d96..a88c41209 100644 --- a/bot/constants.py +++ b/bot/constants.py @@ -385,7 +385,7 @@ VideoPermission = _VideoPermission() class _Redis(EnvConfig, env_prefix="redis_"): - host: str = "redis.default.svc.cluster.local" + host: str = "redis.databases.svc.cluster.local" password: str = "" port: int = 6379 use_fakeredis: bool = False # If this is True, Bot will use fakeredis.aioredis |