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

Redis相关问题收集

时间:2018-01-05 16:06:36      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:about   style   mis   ase   display   tail   check   class   write   

问题一、强制关闭Redis快照导致不能持久化

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., sPort: 51782, LastCommand: 

解决方案:
将stop-writes-on-bgsave-error设置为no

Cmd命令:config set stop-writes-on-bgsave-error no , 修改文本内容:redis.windows-service.conf ->stop-writes-on-bgsave-error no

Redis相关问题收集

标签:about   style   mis   ase   display   tail   check   class   write   

原文地址:https://www.cnblogs.com/tx720/p/8203707.html

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