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

Struct ScanIterator

iterator.go:8–11  ·  view source on GitHub ↗

ScanIterator is used to incrementally iterate over a collection of elements.

Source from the content-addressed store, hash-verified

6
7// ScanIterator is used to incrementally iterate over a collection of elements.
8type ScanIterator struct {
9 cmd *ScanCmd
10 pos int
11}
12
13// Err returns the last iterator error, if any.
14func (it *ScanIterator) Err() error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected