操作Redis的時候出現(xiàn)了:
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被配置為保存數(shù)據(jù)庫快照,但它目前不能持久化到硬盤。用來修改集合數(shù)據(jù)的命令不能用。請查看Redis日志的詳細錯誤信息。
原因
強制關(guān)閉Redis快照導(dǎo)致不能持久化。
解決方案
config set stop-writes-on-bgsave-error no