一、問題:
今天在運行django項目,使用django_redis連接內存數據庫時,報了一個錯誤:
(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
二、解決方法:
127.0.0.1:6379>> config set stop-writes-on-bgsave-error no
三、參考鏈接: