redis保存RDB快照错误

  • 问题 :
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.; nested exception is redis.clients.jedis.exceptions.JedisDataException: 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.
MISCONF Redis被配置为保存RDB快照,但目前无法持久化到磁盘上。
可能修改数据集的命令被禁用。请检查Redis日志的详细错误。
嵌套异常是redis.clients.jedis.exceptions。Redis is configured to save RDB快照,
但目前不能在磁盘上持久存在。可能修改数据集的命令被禁用。请检查Redis日志的详细错误。
  • 原因:
  • 解决方法: