解决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
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
2018-1-31
解决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快照导致不能持久化。解决方法
127.0.0.1:6379> config set stop-writes-on-bgsave-error no总结
以上是生活随笔为你收集整理的解决Redis之MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: linux常用命令:sudo 命令
- 下一篇: php/ajax/mysql