zoukankan      html  css  js  c++  java
  • redis 异常解决

    异常:

    loglevel noticeredis.exceptions.ResponseError: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.

    有道翻译:

    loglevel noticeredis.exceptions。ResponseError:MISCONF Redis被配置为保存RDB快照,但是它目前不能持久存储在磁盘上。可能修改数据集的命令被禁用,因为如果RDB快照失败(停止写入-on-bgsave-error选项),该实例将被配置为在写入期间报告错误。有关RDB错误的详细信息,请检查Redis日志。

    解决方案:

    redis-cli连接到服务器后执行以下命令:

    config set stop-writes-on-bgsave-error no

  • 相关阅读:
    sublime使用及插件
    Unity 查找
    Unity 3D 的四种坐标系
    C#知识点<4>
    C#知识点<3>
    C#知识点<2>
    排序算法
    OOP的三大特性------封装、继承、多态
    C#常用函数
    C++-------------类和对象
  • 原文地址:https://www.cnblogs.com/huosun/p/9533413.html
Copyright © 2011-2022 走看看