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

初试redis,删除或者修改值的时候报的错,解决方式是运行命令:

 

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

 

posted @ 2018-07-24 10:20  天涯已可  阅读(90)  评论(0编辑  收藏  举报