go-redis
go-redis copied to clipboard
fix(txpipeline): keyless commands should take the slot of the keyed
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.