於django專案setting.py中設置以下. CACHES = { "default": { # 預設使用"BACKEND": "django_redis.cache.RedisCache", "LOCATION": "redis://127.0.0.1:6379/1", ...
確定! 回上一頁