错误信息

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被配置为保存数据库快照,但它目前不能持久化到硬盘。用来修改集合数据的命令不能用。请查看Redis日志的详细错误信息。

强制关闭Redis快照导致不能持久化。

解决方案

将stop-writes-on-bgsave-error设置为no

#进入redis
redis-cli -h 127.0.0.1 -p 6379
#设置
config set stop-writes-on-bgsave-error no
复制代码

Redis报错#MISCONF Redis is configured to save RDB snapshots, but is currently not相关推荐

  1. 解决Redis报错:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist

    解决Redis报错:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on ...

  2. redis报错解决,MISCONF Redis is configured to save RDB snapshots

    报错记录 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on d ...

  3. Redis报错:redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snap

    首先找到出现错误的原因: redis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but ...

  4. 解决Redis报错Redis is configured to save RDB snapshots, but it is currently not able to persist on disk

    Redis报错信息 在Spring Boot中集成Redis客户之后,进行数据操作,发现报如下错误: org.springframework.data.redis.RedisSystemExcepti ...

  5. Redis - MISCONF Redis is configured to save RDB snapshots 报RDB快照错误

    完整的报错信息: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MIS ...

  6. Redis_保存数据时报错MISCONF Redis is configured to save RDB snapshots, but it is curren

    Redis_保存数据时报错MISCONF Redis is configured to save RDB snapshots, but it is currently not able to pers ...

  7. 解决redis报错:Redis is configured to save RDB snapshots, but it is currently not able to persist on disk

    1.问题描述 操作redis时,提示:Redis is configured to save RDB snapshots, but it is currently not able to persis ...

  8. 解决redis连接错误:MISCONF Redis is configured to save RDB snapshots, but it is currently not able to...

    今天重启游戏服务器在连接redis数据库时突然报错:MISCONF Redis is configured to save RDB snapshots, but it is currently not ...

  9. MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk.

    MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. ...

最新文章

  1. 数据模型与决策_数据模型与决策复习资料拿走不用客气
  2. jquery 遍历 TextBox 输入框求和,求平均值并判断输入内容是否为数字
  3. pycharm创建一个Hello
  4. linux运维、架构之路-Kubernetes本地镜像仓库+dashboard部署
  5. Ubuntu部署Kibana和ElasticHD
  6. html中pc端与移动端区别,pc端是什么意思?pc端和移动端有什么区别
  7. 【科研作图】软件推荐资源汇总PPT瑞思拜!
  8. 【积分变换】积分变换常用公式定理与方法
  9. Centos 7.6 Install shc
  10. 揭秘青岛富二代接班路线 曝红领集团小美女总裁(图)-青青岛社区
  11. 转载---英语 是否 双写 规则
  12. 图片base64转存本地url
  13. 百度图神经网络7日打卡营--DAY01前半部分 总结
  14. 如何从twitter上爬取数据?
  15. cad怎么画立体图形教学_cad怎么绘立体图?
  16. win10计算机休眠设置在哪里,win10休眠选项在哪里设置?如何设置?
  17. 如何查询中国农业银行卡开户行
  18. Could not set parameters for mapping解决方法
  19. js距离米转换为千米_公里和千米的换算(千米和米换算公式)
  20. 阿里云本地SSD型实例i2gne云服务器配置性能详解

热门文章

  1. 已经安装mysql xampp_windows 7 本机已安装mysql5的情况上 安装XAMPP
  2. mysql 字节流_字节流至缓冲流
  3. 干货!!月薪过万行业,软件测试必懂的基本概念
  4. 自动测试容易失败?这5个原因你值得反思!
  5. java 测试磁盘io,详解三种Linux测试磁盘IO性能的方法总结,值得收藏
  6. cdr自动排版插件_CDR ymxkDoc插件 支持X72020到以后版本
  7. TCP协议与UDP协议的区别
  8. 同一个接口Jmeter取不到结果
  9. LuckyFrame执行Web自动化用例
  10. sql server 多用户 并发_Tinyid:滴滴开源千万级并发的分布式ID生成器