From c8a9a67b21bfed79a88d93213b581f82318674f2 Mon Sep 17 00:00:00 2001 From: Bart van den Dool <2692194+bcvandendool@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:28:52 +0200 Subject: [PATCH] Disable HiredisParser Module is not found on server even though all dependencies seem to be installed, breaking the whole server --- cosmos/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cosmos/settings.py b/cosmos/settings.py index b453da86..487aa5da 100644 --- a/cosmos/settings.py +++ b/cosmos/settings.py @@ -72,7 +72,6 @@ "LOCATION": secret_settings.secrets["CACHE"]["REDIS_URL"], "OPTIONS": { "CLIENT_CLASS": "django_redis.client.DefaultClient", - "PARSER_CLASS": "redis.connection.HiredisParser", }, } }