【推荐】2019 Java 开发者跳槽指南.pdf(吐血整理) >>>
1. redis快照被强制关闭了
MISCONF 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)
redis快照被强制关闭了导致不能持久化的问题,可通过stop-writes-on-bgsave-error值设置为no即可避免这种问题
来源:oschina
链接:https://my.oschina.net/u/3631797/blog/3152117