Skip to content

Commit e13cbcd

Browse files
Revert "Updated cache configuration to utilize hiredis"
This reverts commit 7cd4ea4.
1 parent 7cd4ea4 commit e13cbcd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/contestsuite/settings.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,6 @@ def get_secret(key, default=None):
150150
'default': {
151151
'BACKEND': 'django.core.cache.backends.redis.RedisCache',
152152
'LOCATION': get_secret('CACHE_LOCATION', 'redis://redis:6379/0'),
153-
'OPTIONS': {
154-
"PARSER_CLASS": "redis.connection.HiredisParser",
155-
}
156153
}
157154
}
158155

0 commit comments

Comments
 (0)