首页 > 数据库技术 > 详细

(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 t

时间:2016-09-16 00:16:36      阅读:620      评论:0      收藏:0      [点我收藏+]

运行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.

技术分享

 

解决方案(百度到的答案,不过确实有用):

127.0.0.1:6379> config set stop-writes-on-bgsave-error no

OK

就好啦。

据说原因是:强制关闭了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 t

原文:http://www.cnblogs.com/poles/p/5875695.html

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