ResponseError: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set ...
ResponseError: 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.
Redis被配置為保存資料庫快照,但它目前不能持久化到硬碟。用來修改集合數據的命令不能用。請查看Redis日誌的詳細錯誤信息。
原因:強制關閉redis快照導致不能持久化
解決方案:
將:stop-writes-on-bgsave-error 設置為 no