change cache db
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
Reference in New Issue
Block a user