ReplyError: MISCONF Redis is configured to save RDB snapshots,

## 問題描述 服務器安裝redis後,開始使用,發現沒法正常使用,服務異常git

報錯信息

UnhandledPromiseRejectionWarning: ReplyError: 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.github

解決方法

方式一:

檢查磁盤空間,是否磁盤被使用完畢

方式二:

$ redis-cliredis

config set stop-writes-on-bgsave-error no服務器

參考資料:https://gist.github.com/kapkaev/4619127code

相關文章
相關標籤/搜索