Commit 84aac5f1 by rongjun

bug

parent 994f243b
......@@ -275,7 +275,7 @@ Q_CLUSTER = {
'redis': {
'host': '127.0.0.1',
'port': 6379,
'db': 0, }
'db': 6, }
}
# =========
......@@ -285,7 +285,7 @@ Q_CLUSTER = {
CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/3",
"LOCATION": "redis://127.0.0.1:6379/7",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment