redis报错
node:internal/process/promises:279 triggerUncaughtException(err, true /* fromPromise */); ^
[ErrorReply: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data s et are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.]
解决办法如下:
连接redis后运行 config set stop-writes-on-bgsave-error no 命令 然后重启redis
windows下 redis参考 www.runoob.com/redis/redis…