Redis - Redis health check failed:Unable to connect to localhost:6379
Posted Lux_Sun
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Redis - Redis health check failed:Unable to connect to localhost:6379相关的知识,希望对你有一定的参考价值。
报错详情
分析解决
我项目里面并没有引redis的连接,那么报错这个就很奇怪,结合Redis health check failed
这句,猜测是哪个东西里面引入了redis,然后做了redis的健康检查。解决方案如下,在application.yml中配置
# 禁止 Actuator 监控 Redis 连接
management:
health:
redis:
enabled: false
以上是关于Redis - Redis health check failed:Unable to connect to localhost:6379的主要内容,如果未能解决你的问题,请参考以下文章