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
    关闭配置项 set stop-writes-on-bgsave-error
    (未完待续…)
    原文作者:yandaren
    原文地址: https://www.jianshu.com/p/626fb923562d
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞