Tihomir Krasimirov Mateev
Tihomir Krasimirov Mateev
Second question - why are you using a pool at all? Do you use blocking commands or transactions? See more info [here](https://redis.github.io/lettuce/advanced-usage/#is-connection-pooling-necessary).
Hey @suxb201 , Could you comment on what your expectation is for the driver to handle these cases?
Let me try to address all the things you said separately. > We can achieve this by fully utilizing the MOVED response during topology changes: I am really confused by...
Let me see if we can spend some more time thinking about how we can improve driver resilience here. PRs / suggestions are welcome.
Currently unable to reproduce, using the code provided. > Perform a master-slave switch in the Redis cluster. What steps do you take in order to achieve that? Calling `CLUSTER FAILOVER`...
Understood. > I have hardly written any Java code before, and reading asynchronous Java code is quite challenging. It's difficult for me to submit a PR (Pull Request). This is...
Hey @The-East-Wind , You are most welcome to contribute! I think we should split the work into smaller chunks, so I was thinking each checkbox would be one PR. If...
No need for filing separate issues, we will keep track in this one. I am on a leave this week, but will be able to take a look at this...
Thanks for all the contributions, everyone!
Hey @priyavaddineni , unfortunately timeout exceptions are notoriously hard to track. One think that I could not find in your analysis is - how much resources (CPU/threads) are allocated to...