127.0.0.1:6379> del runoobkey (error) MISCONF Redis is configured to save RDB snapshots, but it is c

错误信息

127.0.0.1:6379> del runoobkey
(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.

翻译

错误)misconf redis配置保存的数据库快照,但它目前是不能够坚持在磁盘。命令,可以修改数据集被禁用,因为此实例配置错误报告中写道如果数据库快照失败(不要写在bgsave错误选项)。请检查一下数据库错误细节Redis的日志。

分析

这是由于强制停止redis快照,不能持久化引起的,运行info命令查看redis快照的状态,如下:
这里写图片描述

解决办法

运行 config set stop-writes-on-bgsave-error no 命令
关闭配置项stop-writes-on-bgsave-error解决该问题。

参考地址

http://blog.csdn.net/song19890528/article/details/38536871

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值