ReplyError: MISCONF Redis is configured to save RDB snapshots,

## 问题描述 服务器安装redis后,开始使用,发现没法正常使用,服务异常git

报错信息

UnhandledPromiseRejectionWarning: ReplyError: 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.github

解决方法

方式一:

检查磁盘空间,是否磁盘被使用完毕

方式二:

$ redis-cliredis

config set stop-writes-on-bgsave-error no服务器

参考资料:https://gist.github.com/kapkaev/4619127code

相关文章
相关标签/搜索