# Redis common errors

MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.
  • MISCONF Redis is configured to save RDB snapshots, but currently it cannot be persisted on disk. Commands that may modify the data set are disabled. Please check the Redis log for details about the error.

Simple approach: turn off the configuration item stop-writes-on-bgsave-errorconfig set stop-writes-on-bgsave-error no

Guess you like

Origin blog.csdn.net/qq_37248504/article/details/114693510