Commit 84aac5f1 by rongjun

bug

parent 994f243b
...@@ -275,7 +275,7 @@ Q_CLUSTER = { ...@@ -275,7 +275,7 @@ Q_CLUSTER = {
'redis': { 'redis': {
'host': '127.0.0.1', 'host': '127.0.0.1',
'port': 6379, 'port': 6379,
'db': 0, } 'db': 6, }
} }
# ========= # =========
...@@ -285,7 +285,7 @@ Q_CLUSTER = { ...@@ -285,7 +285,7 @@ Q_CLUSTER = {
CACHES = { CACHES = {
"default": { "default": {
"BACKEND": "django_redis.cache.RedisCache", "BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/3", "LOCATION": "redis://127.0.0.1:6379/7",
"OPTIONS": { "OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient", "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