Commit c11e6569 by rongjun

init

parent fb3dee0f
...@@ -276,3 +276,17 @@ Q_CLUSTER = { ...@@ -276,3 +276,17 @@ Q_CLUSTER = {
'port': 6379, 'port': 6379,
'db': 0, } 'db': 0, }
} }
# =========
# = Redis =
# =========
CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/3",
"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