## 问题描述 服务器安装redis后,开始使用,发现无法正常使用,服务异常
报错信息
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.
解决方法
方式一:
检查磁盘空间,是否磁盘被使用完毕
方式二:
$ redis-cli
config set stop-writes-on-bgsave-error no
参考资料: