箱のプログラミング日記。

えんじにあ奮闘記

2020-11-08から1日間の記事一覧

Redis is configured to save RDB snapshots, but is currently not able to persist on disk.の対処法

起こったこと redisに一括でデータを挿入するスクリプトを走らせたところ、急に以下のエラーが発生した Redis::CommandError:MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify …