M Sazzadul Hoque

Results 195 comments of M Sazzadul Hoque

@ashok-mariyala Can you connect and operate using other clients, e.g. redis-cli?

@ashok-mariyala What happens if you (try to) connect to `10.42.0.208:6379` and `10.42.0.210:6379` directly from Jedis?

@ashok-mariyala You can't get same error (JedisClusterOperationException) from Jedis class/object. If it was not clear enough, I meant Jedis class/object just this earlier. So try `new Jedis("10.42.0.208", 6379)` and `new...

There seems not connection related issue. I can only think of increasing `maxTotalRetriesDuration` parameter. The default is 10 sec.

@ashok-mariyala Firstly, it's not the same issue. Seeing only the last error, I would've assumed that it could be port enabling, firewall, or similar issue. But from previous comment, it...

> How do we resolve this issue? By creating new methods. --- I just realized what your title says: > StreamEntry support Binary instead of String Actually we want StreamEntry...

@thachlp StreamEntry has nothing to do with XADD.

@jfloodnet This PR is closed by OP without being merged.

> make executorService as a static object, created by default (even if the user does not use MultiNodePipeline) 1. From my understanding, if MultiNodePipelineBase class isn't accessed, those thread pool...

@yangbodong22011 https://github.com/yangbodong22011/jedis/pull/1