add new api
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CACHES = {
|
||||
"default": {
|
||||
"BACKEND": 'django_redis.cache.RedisCache',
|
||||
"LOCATION": 'redis://redis:6379',
|
||||
"LOCATION": 'redis://redis:6379z',
|
||||
"TIMEOUT": 300,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user