美文网首页
redis,ISCONF Redis is configured

redis,ISCONF Redis is configured

作者: 空气KQ | 来源:发表于2019-08-03 18:00 被阅读0次
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

相关文章

网友评论

      本文标题:redis,ISCONF Redis is configured

      本文链接:https://www.haomeiwen.com/subject/ixhbkctx.html