aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bot/__main__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__main__.py b/bot/__main__.py
index ee627be0a..fb0021d5d 100644
--- a/bot/__main__.py
+++ b/bot/__main__.py
@@ -33,6 +33,7 @@ redis_session = RedisSession(
minsize=1,
maxsize=20,
use_fakeredis=constants.Redis.use_fakeredis,
+ global_namespace="bot",
)
# Connect redis session to ensure it's connected before we try to access Redis