What is the problem of springboot integration lettuce redis reconnecting all the time

2019-01-18 13 13 INFO i.l.core.protocol.ConnectionWatchdog 16412 [lettuce-eventExecutorLoop-1-2] Reconnecting, last destination was 172.19.240.43 INFO i.l.core.protocol.ConnectionWatchdog 6379
2019-01-18 13 13 Reconnecting 1014 [lettuce-nioEventLoop-4-2] INFO i.l.c.protocol.ReconnectionHandler 172.19.240.433379
2019-01-18 1313 INFO i.l.core.protocol.ConnectionWatchdog 44113 [lettuce-eventExecutorLoop-1-3] 10413 Reconnecting Last destination was 172.19.240.42 last destination was 6379
2019-01-18 13 13 lettuce-nioEventLoop-4 1014 [lettuce-nioEventLoop-4-3] INFO i.l.c.protocol.ReconnectionHandler 4614 question description

the environmental background of the problems and what methods you have tried

related codes

/ / Please paste the code text below (do not replace the code with pictures)

what result do you expect? What is the error message actually seen?

May.06,2022

whether gateway's RedisRateLimiter current limit is used redis-rate-limiter.burstCapacity the reconnection time is defined here

Menu