码迷,mamicode.com
首页 > 其他好文 > 详细

redis 错误。

时间:2015-03-16 19:12:41      阅读:145      评论:0      收藏:0      [点我收藏+]

标签:

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.

  问题出现 : redis 中设置键值为字符串类型时报错。

  问题原因:

   /etc/redis/中的配置文件下 配置的dir 持久化文件存放的位置 。没有设置可写权限。

  将全选设置 777 就能正常存字符串。

redis 错误。

标签:

原文地址:http://www.cnblogs.com/trey-cn/p/4342402.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!