We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7c4dee commit d8bfaddCopy full SHA for d8bfadd
ring.go
@@ -814,7 +814,8 @@ func (c *Ring) generalProcessPipeline(
814
815
hook := shard.Client.processPipelineHook
816
if tx {
817
- cmds, hook = wrapMultiExec(ctx, cmds), shard.Client.processTxPipelineHook
+ cmds = wrapMultiExec(ctx, cmds)
818
+ hook = shard.Client.processTxPipelineHook
819
}
820
821
if err = hook(ctx, cmds); err != nil {
0 commit comments