Use Hiredis

This commit is contained in:
Mark Veidemanis 2023-02-11 16:01:26 +00:00
parent 7d693ad1fa
commit dea1cfe889
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 1 additions and 1 deletions

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",
}, },
} }