关于 MISCONF Redis is configured to save RDB snapshots 错误解读
Plain Text Caused by: io.lettuce.core.RedisCommandExecutionException: 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.
可以先查看一下磁盘是不是满了, 不到万不得已不要修改 stop-writes-on-bgsave-error
评论区