首页 > 数据库技术 > 详细

[Bug]redis问题解决(MISCONF Redis is configured to save RDB snapshots)

时间:2015-11-19 14:52:47      阅读:406      评论:0      收藏:0      [点我收藏+]
redis问题解决(MISCONF Redis is configured to save RDB snapshots)
 
(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.
 
使用如下命令解决:
 
config set stop-writes-on-bgsave-error no
set ‘name‘ ‘shenhui‘ 
-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.  
config set stop-writes-on-bgsave-error no 
+OK  
set ‘name‘ ‘shenhui‘ 
+OK

 http://my.oschina.net/freegeek/blog/324410

[Bug]redis问题解决(MISCONF Redis is configured to save RDB snapshots)

原文:http://www.cnblogs.com/Athrun/p/4977299.html

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