首页 > 数据库技术 > 详细

redis 出现(error) 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

时间:2019-06-15 21:24:45      阅读:240      评论:0      收藏:0      [点我收藏+]

如果在ubuntu安装的redis含端口使用,但是某些时候常常出现

(error) 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,但是就是莫名有问题出现

 

如果出现,请在redis客户端中输入 

config set stop-writes-on-bgsave-error no

查看是否正常

ping

 

redis 出现(error) 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

原文:https://www.cnblogs.com/zengxm/p/11028857.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!