redis save RDB snapshots異常問題記錄

redis save RDB snapshots異常問題記錄

異常日誌:

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客戶端,運行config set stop-writes-on-bgsave-error no

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章