Use Hiredis

master
Mark Veidemanis 1 year ago
parent 2fc476b830
commit 9fcf5041f0
Signed by: m
GPG Key ID: 5ACFCEED46C0904F

@ -53,7 +53,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",
}, },
} }

Loading…
Cancel
Save