應用啟動 連接異常 。
org.springframework.dao.InvalidDataAccessApiUsageException: 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.. channel: [id: 0x2f971a28, L:/127.0.0.1:57418 - R:127.0.0.1/127.0.0.1:6379] command: (BRPOP), params: [[114, 101, 116, 114, 121, 95, 109, 115, 103], 216000];
問題是 持久化的時候異常了。 網上 搜了下也挺多的。
通過 修改 redis.conf 配置中的 stop-writes-on-bgsave-error 選項 即可解決
stop-writes-on-bgsave-error no