运行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.

解决方案:设置stop-writes-on-bgsave-error 为no即可。

本文介绍了解决Redis配置保存RDB快照时遇到的无法持久化到磁盘的问题及解决办法。通过调整Redis配置项stop-writes-on-bgsave-error为no,可以启用可能修改数据集的命令。
1770

被折叠的 条评论
为什么被折叠?



