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

时间:2020-10-20 16:33:15   收藏:0   阅读:35
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
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!