Resolve conflict with Redis
This commit is contained in:
parent
9ac3ffa540
commit
7a44660fc1
@ -196,7 +196,6 @@ CACHES = {
|
|||||||
"default": {
|
"default": {
|
||||||
"BACKEND": "django_redis.cache.RedisCache",
|
"BACKEND": "django_redis.cache.RedisCache",
|
||||||
# "LOCATION": "unix:///var/run/socks/redis.sock",
|
# "LOCATION": "unix:///var/run/socks/redis.sock",
|
||||||
"LOCATION": f"redis://{REDIS_HOST}:{REDIS_PORT}",
|
|
||||||
"LOCATION": "unix:///var/run/redis.sock",
|
"LOCATION": "unix:///var/run/redis.sock",
|
||||||
"OPTIONS": {
|
"OPTIONS": {
|
||||||
"db": REDIS_DB,
|
"db": REDIS_DB,
|
||||||
|
Loading…
Reference in New Issue
Block a user