解决redis报错:Redis is configured to save RDB snapshots, but it is currently not able to persist on disk
解决redis报错:Redis is configured to save RDB snapshots, but it is currently not able to persist on disk
·
1、问题描述
操作redis时,提示: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.
2、问题定位:强制关闭了redis快照,导致不能持久化。
3、解决方案
命令行输入:config set stop-writes-on-bgsave-error no
更多推荐
已为社区贡献7条内容
所有评论(0)