问题:[org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost/<unresolved>:6379]
解决了:
spring.data.redis这个redis配置方式是springboot3.x后才开始引入的,而题主用的是springboot2.7,将redis配置改为spring.redis…后问题得到解决
解决:core.RedisConnectionException: Unable to connect to localhost/<unresolved>:6379]
最新推荐文章于 2025-06-14 01:57:09 发布