Open nagesh-sys opened 4 months ago
we have the same issue:
down in the trace, caused by socket timeout:
so it resolves the Redis URL into an IP address and then tries to open a new socket which then fails with socket timeout... running in Azure, Azure cache for Redis it is jedis 5.1.0.
perhaps some kind of retry mechanism to be used?
Expected behavior
Failed to perform put and get operations into Redis
Here is the stack trance
I configured the JedisPool like below
Redis / Jedis Configuration
Jedis version: 5.1.2
Java version: java 11
org.apache.commons : commons-pool2 2.12.0