摘要: CACHES = { "default": { "BACKEND": "django_redis.cache.RedisCache", "LOCATION": "redis://127.0.0.1:6379", "OPTIONS": { "CLIENT_CLASS": "django_redis.c 阅读全文
posted @ 2019-05-11 19:01 熙浅 阅读(508) 评论(0) 推荐(0)