"2024-10-21T15:09:37.643Z ERROR 1 --- [munectingV4] [isson-timer-4-1] o.r.c.handler.PingConnectionHandler : Unable to send PING command over channel: [id: 0x35370019, L:/172.18.0.3:38076 - R:redis/172.18.0.2:6379] org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis client: [addr=redis://redis:6379] at
3.36.0 버전을 사용하고 있었는데, 3.37.0 버전으로 업그레이드하니 해결되었다.
https://github.com/redisson/redisson/issues/6079
Observing "Unable to send PING command over channel" even after upgrading the redisson to 3.26.1 · Issue #6079 · redisson/redi
Using: implementation ('org.redisson:redisson-spring-boot-starter:3.26.1') Stack Trace: org.redisson.client.RedisTimeoutException: Command execution timeout for command: (PING), params: [], Redis c...
github.com