Use Hiredis

This commit is contained in:
2023-02-11 16:01:26 +00:00
parent 7d693ad1fa
commit dea1cfe889

View File

@@ -63,7 +63,7 @@ CACHES = {
"LOCATION": "unix:///var/run/socks/redis.sock", "LOCATION": "unix:///var/run/socks/redis.sock",
"OPTIONS": { "OPTIONS": {
"db": "10", "db": "10",
"parser_class": "redis.connection.PythonParser", "parser_class": "redis.connection.HiredisParser",
"pool_class": "redis.BlockingConnectionPool", "pool_class": "redis.BlockingConnectionPool",
}, },
} }