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

Method Cmds

pipeline.go:46–46  ·  view source on GitHub ↗

Cmds returns the list of queued commands.

()

Source from the content-addressed store, hash-verified

44
45 // Cmds returns the list of queued commands.
46 Cmds() []Cmder
47}
48
49var _ Pipeliner = (*Pipeline)(nil)

Callers 1

pipeline_test.goFile · 0.65

Implementers 1

Pipelinepipeline.go

Calls

no outgoing calls

Tested by

no test coverage detected