Results 292 comments of Rueian

> why is the code using sync.Pool? what is it use for? It looks like you are doing many DoMulti concurrently, then reusing the commands slices will be very important...

No, you do nothing wrong. It is an unfortunate limitation currently that you can't use DoMulti with cross-slot commands on a dedicated connection, since a DedicatedClient literally occupies a single...

Hi @adibaulia, The [v1.0.46-alpha.2](https://github.com/redis/rueidis/releases/tag/v1.0.46-alpha.2) will do the `client.Dedicate()` internally when you pass over 2000 commands to a DoMulti() and you will have no `panic: cross slot command in Dedicated is...

Ok, since the improvement on the super long pipeline has been merged, I will close this issue for now. Please feel free to update your result or reopen this issue...

Hi @JayChavan-23, thanks! But please make it another pull request.

Hi @nithinputhenveettil, any updates?

> [@rueian](https://github.com/rueian): I would like to work on this. Could you please assign this to me? thanks!

Done by https://github.com/redis/rueidis/pull/909

Thanks @andrewsykim for reminding the issue. Yes, we should address it. In this case, the cluster should not be marked as ready. However, with https://github.com/ray-project/kuberay/pull/2258, we ignore the `reconcileErr` and...