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

Method Len

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

Len obtains the number of commands in the pipeline that have not yet been executed.

()

Source from the content-addressed store, hash-verified

25
26 // Len obtains the number of commands in the pipeline that have not yet been executed.
27 Len() int
28
29 // Do is an API for executing any command.
30 // If a certain Redis command is not yet supported, you can use Do to execute it.

Callers 12

ARGrepMethod · 0.65
ARGrepWithValuesMethod · 0.65
pipeline_test.goFile · 0.65
LenMethod · 0.65
isEmptyValueFunction · 0.65
ring_test.goFile · 0.65
internal_test.goFile · 0.65
command_test.goFile · 0.65
pool_test.goFile · 0.65
delMethod · 0.65

Implementers 1

Pipelinepipeline.go

Calls

no outgoing calls