redisconnectionexception专题

RedisConnectionException: Unable to connect to localhost/<unresolved>:6379

方法一:删除配置密码选项 一般是因为你在启动redsi服务的时候没有以指定配置文件启动 把application.yml文件中的redis密码注释掉 方法二 以指定配置文件启动 这样就不用删除yml文件中密码的选项了 在redis,windows.conf 中找到requirepass,删除掉前面的注释 后面给出你输入的密码,记得要和yml文件中的密码一致

Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to

springboot配置redis连接出现错误: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379 之前一直没发现application.yml有什么书写错误问题,后面重新打开idea,发现ap