Skip to content

Instantly share code, notes, and snippets.

@talha08
Created January 22, 2019 09:43
Show Gist options
  • Save talha08/1faed4b29b252dde540c797c47a680c3 to your computer and use it in GitHub Desktop.
Save talha08/1faed4b29b252dde540c797c47a680c3 to your computer and use it in GitHub Desktop.
Problem:
[Predis\Response\ServerException]
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.
Solution :
redis-cli
config set stop-writes-on-bgsave-error no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment