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

Method Iterator

command.go:4322–4326  ·  command.go::ScanCmd.Iterator

Iterator creates a new ScanIterator.

()

Source from the content-addressed store, hash-verified

4320
4321// Iterator creates a new ScanIterator.
4322func (cmd *ScanCmd) Iterator() *ScanIterator {
4323 return &ScanIterator{
4324 cmd: cmd,
4325 }
4326}
4327
4328//------------------------------------------------------------------------------
4329

Callers 4

iterator_test.goFile · 0.80
ExampleScanIteratorFunction · 0.80
ExampleScanCmd_IteratorFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 2

ExampleScanIteratorFunction · 0.64
ExampleScanCmd_IteratorFunction · 0.64