Menu
[redis] MISCONF Redis is configured to save RDB snapshot... 오류_thumbnail

[redis] MISCONF Redis is configured to save RDB snapshot... 오류

Redis 사용중 다음과 같은 오류가 발생하였다.

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가 중간중간 스냅샷을 dump.rdb 파일로 쓰는데 디스크 풀일 때 스냅샷을 파일로 저장 못하면서 Redis 상태가 비정상으로 나오는 오류내용이다.

아래와 같은 방법으로 해결 가능하다. ( + disk 정리도...)

redis 127.0.0.1:6379> config set stop-writes-on-bgsave-error no