Redis出现的错误1

127.0.0.1:6379> set age 'aa'
(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.

 

出现以上错误解决方法:

apples-iMac:~ apple$ redis-cli
127.0.0.1:6379> config set stop-writes-on-bgsave-error no

 
posted @ 2015-07-23 20:07  老款码农  阅读(267)  评论(0)    收藏  举报