redis.clients.jedis.exceptions.JedisDataException: MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redis logs for details about the error.
网上搜索,很多人都给出了解决方法,但没有详细说明问题的来龙去脉,暂且记下,待有空了研究。
解决方法:redis 安装目录下 找到 redis-cli.EXE 连接到服务器后执行以下命令:
config set stop-writes-on-bgsave-error no
ok.