redis报错: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist

发布时间丨2022-08-06 15:34:14作者丨zhaomeng浏览丨4


redis报错如下:redis.exceptions.ResponseError: Command # 2 (ZREMRANGEBYRANK gd:requests 0 0) of pipeline caused error: 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快照关闭了导致不能持久化!

解决方法:

把stop-writes-on-bgsave-error值设置为no即可:
进入src文件夹:
输入./redis-cli,进入redis
输入:config set stop-writes-on-bgsave-error no

 

推荐文章:js逆向之药智新闻加密