MCPcopy
hub / github.com/redis/go-redis / processTxPipelineHook

Method processTxPipelineHook

redis.go:220–222  ·  view source on GitHub ↗
(ctx context.Context, cmds []Cmder)

Source from the content-addressed store, hash-verified

218}
219
220func (hs *hooksMixin) processTxPipelineHook(ctx context.Context, cmds []Cmder) error {
221 return hs.current.txPipeline(ctx, cmds)
222}
223
224//------------------------------------------------------------------------------
225

Callers 5

TxPipelineMethod · 0.80
TxPipelineMethod · 0.80
TxPipelineMethod · 0.80
TxPipelineMethod · 0.80
TxPipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected