Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
49
var
_ Pipeliner = (*Pipeline)(nil)
Callers
1
pipeline_test.go
File · 0.65
Implementers
1
Pipeline
pipeline.go
Calls
no outgoing calls
Tested by
no test coverage detected