摘要: 1 Django使用Redis 作为缓存 pip install django-redis # 在配置文件中: 配置缓存的位置 以后还是正常用Django的缓存方法,但会缓存到Redis中 CACHES = { "default": { "BACKEND": "django_redis.cache. 阅读全文
posted @ 2022-03-14 18:15 Edmond辉仔 阅读(196) 评论(0) 推荐(0)