Guest User

Untitled

a guest
Jan 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Problem:
  2. [Predis\Response\ServerException]
  3. 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.
  4.  
  5.  
  6. Solution :
  7. redis-cli
  8. config set stop-writes-on-bgsave-error no
Add Comment
Please, Sign In to add comment