MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Com
Posted 沟渠映明月
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Com相关的知识,希望对你有一定的参考价值。
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快照导致不能持久化(可能是磁盘空间不足)
解决方案
将stop-writes-on-bgsave-error设置为no
config set stop-writes-on-bgsave-error no
以上是关于MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Com的主要内容,如果未能解决你的问题,请参考以下文章
redisredis异常-MISCONF Redis is configured to save RDB snapshots
打开网站提示:MISCONF Redis is configured to save RDB
(error) MISCONF Redis is configured to save RDB snapshots, but is currently
连接Redis后执行命令错误 MISCONF Redis is configured to save RDB snapshots