Hi Sazzadul,
Many thanks for your quick response.
Just for my understanding. Suppose this pool with maxTotal = 100 and maxIdle = minIdle = 60. I start my application and imagine I constantly see 80 requests to redis, so numActive = 80. Now redis drops 40 connections, what will jedis do? Automatically start 20 more connections to honor the minIdle = 60 parameter? Or a connection becomes idle only if first is used and established, and once the connection finishes then it's moved to idle state?
So, with this config, when I start the pool (still with no traffic) should I see 60 connections established?
Let me ask my customer about the redis timeout ... I don't have this counters enabled.
Thanks,
Joan.