侧边栏壁纸
  • 累计撰写 49 篇文章
  • 累计创建 23 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

MISCONF Redis is configured ... 错误解读

阿砖
2024-05-25 / 0 评论 / 0 点赞 / 84 阅读 / 600 字

关于 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

0

评论区