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 disk. 提供了通过运行config set stop-writes-on-bgsave-error no命令来解决此问题的方法,并解释了该问题通常由Redis运行用户的写权限问题或磁盘空间不足引起。

今天用redis遇到一个问题,在存数据时报错(error) 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后,运行运行config set stop-writes-on-bgsave-error no;这个问题一由般强制停止redis快照导致,redis运行用户没有权限写rdb文件或者磁盘空间满了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值