redis报错:MISCONF Redis is configured to save RDB snapshots

当遇到Redis报错'MISCONF Redis is configured to save RDB snapshots'时,原因是由于关闭了Redis快照导致的持久化问题。解决方法包括通过命令行设置stop-writes-on-bgsave-error为no,或者修改redis.conf配置文件。参考链接提供了详细的解决方案。
摘要由CSDN通过智能技术生成

报错信息:

(error) MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.

 

 报错原因:

究其原因是因为强制把redis快照关闭了导致不能持久化的问题,在网上查了一些相关解决方案,通过stop-writes-on-bgsave-error值设置为no即可避免这种问题。

参考:

https://www.cnblogs.com/bigtreei/p/14167656.html

https://blog.csdn.net/u014071875/article/details/103715183

解决办法:

方法一:通过redis命令行直接改(ok)

进入redis命令行执行:config set stop-writes-on-bgsave-error no

方法二:通过修改redis.conf文件修改。(没试)

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值