RedisCommandExecutionException MISCONF

150 阅读1分钟

 io.lettuce.core.RedisCommandExecutionException: 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.

save 900 1
save 300 10
#save 60 10000
save 60 1000
save 10 10000