MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.解决方案:执行命令查看:config get stop-writes-on-bgsave-error修改:config set stop-writes-on-bgsave-error no