Use Hiredis

This commit is contained in:
2023-02-11 16:01:42 +00:00
parent 2fc476b830
commit 9fcf5041f0

View File

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