redis,ISCONF Redis is configured

2019-08-03  本文已影响0人  空气KQ
ISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error

原因
强制关闭Redis快照导致不能持久化。

解决

config set stop-writes-on-bgsave-error no
上一篇下一篇

猜你喜欢

热点阅读