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

516 ワード

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.
Redisはデータベーススナップショットを保存するように構成されていますが、現在はハードディスク(HDD)に永続化できません.コレクションデータを変更するコマンドは使用できません.Redisログの詳細エラー情報を参照してください.
理由:Redisスナップショットを強制的にオフにすると、永続化できません.
解決策:構成項目stop-writes-on-bgsave-errorを閉じる
[root@zhaohq]# redis-cli
127.0.0.1:6379> config set stop-writes-on-bgsave-error no