Use Hiredis
This commit is contained in:
parent
2fc476b830
commit
9fcf5041f0
|
@ -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…
Reference in New Issue