go-redis icon indicating copy to clipboard operation
go-redis copied to clipboard

fix(txpipeline): keyless commands should take the slot of the keyed

Open ndyakov opened this issue 4 months ago • 1 comments

There is the possibility that there are keyless commands that can be executed on any node/slot. This should make sure that we choose the slot for the keyed commands when there is a tx pipelien request.

ndyakov avatar Jun 19 '25 08:06 ndyakov