使用python脚本写入redis抛出磁盘已满异常,scrapy却没有抛出异常。

新手上路,请多包涵

同时使用python脚本和scrapy-redis向同一个redis写入数据,脚本报错:redis.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.

查看之后是磁盘满了,但是scrapy-redis却没有报错,是为什么呢?

阅读 795
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题