MISCONF Redis is configured to save RDB snapshots

今天在redis中執行setrange name 1 chun 命令時報了以下錯誤提示: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.數據庫

大意爲:(錯誤)misconf redis被配置以保存數據庫快照,但misconf redis目前不能在硬盤上持久化。用來修改數據集合的命令不能用,請使用日誌的錯誤詳細信息。日誌

這是因爲強制中止redis快照,不能持久化引發的,運行info命令查看redis快照的狀態,以下:it

解決方案以下:配置

運行 config set stop-writes-on-bgsave-error no 命令im

 

關閉配置項stop-writes-on-bgsave-error解決該問題。error

相關文章
相關標籤/搜索