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

Method TxPipelined

commands.go:177–177  ·  view source on GitHub ↗
(ctx context.Context, fn func(Pipeliner) error)

Source from the content-addressed store, hash-verified

175 Pipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
176
177 TxPipelined(ctx context.Context, fn func(Pipeliner) error) ([]Cmder, error)
178 TxPipeline() Pipeliner
179
180 Command(ctx context.Context) *CommandsInfoCmd

Callers 10

tx_unwatch_test.goFile · 0.65
ring_test.goFile · 0.65
osscluster_test.goFile · 0.65
ExampleClient_WatchFunction · 0.65
race_test.goFile · 0.65
tls_test.goFile · 0.65
tx_test.goFile · 0.65
redis_test.goFile · 0.65

Calls

no outgoing calls

Tested by 3

ExampleClient_WatchFunction · 0.52