解决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 命令
- 下一篇: npm和node.js升级