Tihomir Krasimirov Mateev
Tihomir Krasimirov Mateev
> Sorry for the misleading response. In prod, we do have 3 sentiniel nodes. The 2 running sentinel is in my test env for reproducing this issue. I understand. I...
This is a fair point. We could improve the resiliency of the driver if we schedule some action in this particular scenario. I think we could model it in a...
> I think WATCH is the only command that the MULTI will drop. The solution will require something specific to WATCH. Not only, unfortunately. MULTI inside MULTI is not allowed...
> The test should complete successfully with all 3 set operations returning an OK response. I agree that the last result should not be omitted from the `TransactionResult`, but I...
This issue proved to be much more convoluted than expected. My final proposal (in #3027) is to make `WATCH` behave as `MULTI` does currently. Nesting a MULTI inside a MULTI...
> Thanks for the work, @tishun! Let me know if we can improve the solution in any way
### Background The support for `io_uring` was added as part of #1522 as part of 6.1.x in Feb 2021 There is no information why the `io_uring` takes precedence compared to...
@mp911de, your input is very valuable, thank you for sharing, this is mainly why I tagged you here. @gmethvin that is not to say that I don't sympathize with your...
> [@tishun](https://github.com/tishun) [@mp911de](https://github.com/mp911de) I created PR [#3234](https://github.com/redis/lettuce/pull/3234) with a suggested solution. Still haven't written tests for it but want to get feedback on the approach first. Unfortunately it would still...
We need to reconsider all this with the introduction of Netty 4.2, see https://github.com/redis/lettuce/pull/3405