码迷,mamicode.com
首页 > 数据库 > 详细

(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:18:47      阅读:428      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!