前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d

解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d

作者头像
AlicFeng
发布2018-06-08 14:55:12
3.8K0
发布2018-06-08 14:55:12
举报

****前言**** 标题很长哈!今天操作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.这提示及其友好,虽长但我喜欢,框架只返回result=2并且又没有api文档,然而我就懵逼了,你咋不上天,我就立马上服务器,使用command操作,嘿嘿问题来了就去


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


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


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

代码语言:javascript
复制
127.0.0.1:6379> config set stop-writes-on-bgsave-error no

本文参与 腾讯云自媒体分享计划,分享自作者个人站点/博客。
原始发表:2016.07.22 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体分享计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
云数据库 Redis
腾讯云数据库 Redis(TencentDB for Redis)是腾讯云打造的兼容 Redis 协议的缓存和存储服务。丰富的数据结构能帮助您完成不同类型的业务场景开发。支持主从热备,提供自动容灾切换、数据备份、故障迁移、实例监控、在线扩容、数据回档等全套的数据库服务。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档