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

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

时间:2015-11-19 14:55:02      阅读:258      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!