MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk

redis

I am using Redis and I have the error: 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

Server: CentOS 7 – Vultr

I see same question in here: MISCONF Redis is configured to save RDB snapshots

But, i don't fix it with suggest.

Please, help me.

Best Answer

I solved the problem by executing following commands:

$ redis-cli
> config set stop-writes-on-bgsave-error no
Related Topic