(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk.redis
Commands that may modify the data set are disabled. Please check Redis logs for details about the error.日誌
(錯誤)MISCONF Redis被配置爲保存RDB快照,但目前沒法在磁盤上持久存儲。code
可能修改數據集的命令被禁用。有關錯誤的詳細信息,請查看Redis日誌。it
打開你的redis的命令窗口輸入:配置
config set stop-writes-on-bgsave-error no
再次啓動redis就行了error