码迷,mamicode.com
首页 > 系统相关 > 详细

cache 简单配置

时间:2018-05-29 16:13:03      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:django   client   pre   location   cache   oca   127.0.0.1   djang   options   

CACHES = {
"default": {
"BACKEND": "django_redis.cache.RedisCache",
"LOCATION": "redis://127.0.0.1:6379/1",
"OPTIONS": {
"CLIENT_CLASS": "django_redis.client.DefaultClient",
}
}
}

cache 简单配置

标签:django   client   pre   location   cache   oca   127.0.0.1   djang   options   

原文地址:https://www.cnblogs.com/BensonChang/p/9105405.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!