M Sazzadul Hoque

Results 195 comments of M Sazzadul Hoque

Apparently, the current plan is to support [Redis Stack](https://redis.io/docs/stack/) commands in Jedis. And, TairHash is not part of RS.

@lonnyzhang423 Put a **positive** value in `setMaxWaitMillis`.

Related to Server Assisted Client Side Caching, #2220

@dataviruset Do you think this is Jedis specific issue? Did you try tweaking commons-pool2 object pool config params?

@vinay-sangwan There is a `maxTotalRetriesDuration` parameter in JedisCluster. Could you try using that? Also, which Jedis version are you using?

@shenningfly Yeah, there are some discrepancies. Wanna help out by crafting a PR?

If anyone is interested in working on this, please don't delete existing methods. Create new methods and add `@Deprecated` tag to existing ones (preferably with JavaDoc indicating the new method).

Could you use Jedis version 4.2.x? There is a change there which may be helpful for you.

@geekthread It'll be required a lot more information. The key thing to find is whether pipeline alone is causing this issue. Because wrongful use of connection outside the pipeline may...