调用接口测试时报错 求解

问题遇到的现象和发生背景

调接口测试报错

运行结果及报错内容

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集群吧。