我使用reddison客户端,但是当客户端出现错误时“MISCONF Redis被配置为保存RDB快照,但它目前无法在磁盘上持久化”
Unable to send PING command over channel: [id: 0x04130153, L:/171.20.0.8:38080 - R:10.3.236.102/10.3.236.102:6379]
org.redisson.client.RedisException: 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: 0x04130153, L:/171.20.0.8:38080 - R:10.3.236.102/10.3.236.102:6379] command: (PING), params: []redis服务器没有错误。
{“日志”:“3443340:C09 04月00:12:41.648 * DB保存在磁盘上\n”,“流”:“stdout”,"time":"2022-04-09T00:12:41.649083457Z"} {“日志”:“3443340:C09 04月00:12:41.772 * RDB: 38 MB的内存使用复制- on -写\n”,“流”:“stdout”,“时间”:“2022-04-09T00:12:41.77335587Z”}{“日志”:“7:M 09 04月00:12:42.024 *背景保存随着成功终止\n”,“流”:“stdout”,"time":"2022-04-09T00:12:42.025019006Z"} {“log”}{“log”:“7:M09 4月00:12:45.027 *
发布于 2022-04-25 13:35:51
因为服务器时间不正确
https://stackoverflow.com/questions/71810790
复制相似问题