Dears,
After I upgrade my spring boot from version 2.3.12.RELEASE to version 2.4.13, I have exception in calling redis (connection timeout exception)However the older version that using lettuce 5.3.7.RELEASE was working fine. the new version that using lettuce 6.0.8.RELEASE unable to connect to redis.Please your support.
application.properites includes:spring.redis.host spring.redis.port spring.redis.database spring.redis.timeout
RedisConfiguration class has redisTemplate bean that autowire lettuceConnectionFactoy (auto configuared bean)
Note: I tried a sample project with lettuce library and getting comand connection timeout with redis client for standalone as lettuce official guide.
Also I'm getting lettuce cannot retrieve cluster partitions from [server url] for redis cluster
P.S. We have on-premise server for cluster redis and we connect previousily without password