change cache db

This commit is contained in:
2019-03-08 13:56:36 +03:00
parent 254deb21e3
commit 10f3612cf7
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ STATICFILES_FINDERS = [
CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/1",
"LOCATION": "redis://127.0.0.1:6379/4",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}