redisredis异常-MISCONF Redis is configured to save RDB snapshots

Posted Angel挤一挤

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了redisredis异常-MISCONF Redis is configured to save RDB snapshots相关的知识,希望对你有一定的参考价值。

 

使用redis报错:

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.;

nested exception is redis.clients.jedis.exceptions.JedisDataException:

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.

 

 

解决方法:

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

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

  就可以了。

 

以上是关于redisredis异常-MISCONF Redis is configured to save RDB snapshots的主要内容,如果未能解决你的问题,请参考以下文章

解决 MISCONF Redis is configured to save RDB snapshots 异常详解

(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d

(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on d

redis异常:(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to pers

redis数据库简介redis下载及安装(win64位)node操作redisredis实现短信校验注册接口

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk