Use Hiredis
This commit is contained in:
parent
7d693ad1fa
commit
dea1cfe889
|
@ -63,7 +63,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",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue