redis报错:Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: :

在学习vue-admin-template框架时遇到问题,登录界面登录时报错

img


Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set 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

登录,是后端提供的接口,应该是登录成功,通过Redis客户端工具lettuce来存储记录一些信息,然后现在是因为Redis的安装及配置问题,导致这个报错,找一下后端研发人员。

楼上 ai是外好东西哈

知道什么问题了吗,我也是这样