调接口测试报错
2022-08-25 17:13:21.366 WARN [)-192.168.1.109] [] o.s.b.a.redis.RedisHealthIndicator [94] : Redis health check failed
org.springframework.data.redis.ClusterStateFailureException: Could not retrieve cluster information. CLUSTER NODES returned with error.
- 192.168.1.189:8003 failed: Could not get a resource from the pool
- 192.168.1.189:8002 failed: Could not get a resource from the pool
- 192.168.1.189:8004 failed: Could not get a resource from the pool
- 192.168.1.189:8001 failed: Could not get a resource from the pool
- 192.168.1.189:8005 failed: Could not get a resource from the pool
- 192.168.1.189:8006 failed: Could not get a resource from the pool
没找到解决方案
接口测试能成功调用
redis集群出问题了。重启你的redis集群吧。