首页 > 数据库技术 > 详细

Redis 客户端发生:(error)MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk...错误的解决方法

时间:2020-04-02 14:03:58      阅读:73      评论:0      收藏:0      [点我收藏+]

在使用redis-cli客户端时,执行命令发生如下错误:

技术分享图片

 

 解决方法:

在客户端上执行如下命令   

config set stop-writes-on-bgsave-erroe no

技术分享图片

 

 然后重启redis服务就可以了。

Redis 客户端发生:(error)MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk...错误的解决方法

原文:https://www.cnblogs.com/lyt010/p/12619036.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!