Tihomir Krasimirov Mateev
Tihomir Krasimirov Mateev
This is a bit of a cat-and-mouse problem, because there is a chain of calls that lead to the actual execution of the task. The event loop could be alive...
Seems like we are indeed using `CLUSTER NODES`, which currently is against the [recommendation](https://redis.io/docs/latest/commands/cluster-nodes/) in the docs: > Note that normally clients willing to fetch the map between Cluster hash...
> I've been poking around a bit, it doesn't seem that risky, at least at first glance. What do you think about a new contributor (me) trying to tackle this?...
Hey @musicallyvk , I assume - since you are using a load balancer - that the Lettuce driver is set up in a way that it only connects to the...
> Hi @mp911de. I would like to work on this issue if it's okay. (And I am a beginner in open source, so I would be really glad if you...
@JamesBurnsCanva could you give an example where these are needed? A sample test case would be fine.
See #3177 for a possible solution using NettyCustomizer
Do you think you can also add a test that simulates the scenario you are fixing?
Thanks for the contribution!
This is what I initially went with, but the existing `CommandOutput` abstractions could not handle a Map result with nested Array. Both the `MapOutput` and the `GenericMapOutput` could not handle...