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

Method Scan

generic_commands.go:47–47  ·  generic_commands.go::GenericCmdable.Scan
(ctx context.Context, cursor uint64, match string, count int64)

Source from the content-addressed store, hash-verified

45 Copy(ctx context.Context, sourceKey string, destKey string, db int, replace bool) *IntCmd
46
47 Scan(ctx context.Context, cursor uint64, match string, count int64) *ScanCmd
48 ScanType(ctx context.Context, cursor uint64, match string, count int64, keyType string) *ScanCmd
49}
50

Callers 15

iterator_test.goFile · 0.65
commands_test.goFile · 0.65
ExampleClient_ScanFunction · 0.65
ExampleSliceCmd_ScanFunction · 0.65
ExampleScanIteratorFunction · 0.65
ExampleScanCmd_IteratorFunction · 0.65
redis_test.goFile · 0.65
ScanMethod · 0.65
readReplyMethod · 0.65
mainFunction · 0.65

Calls

no outgoing calls

Tested by 8

ExampleClient_ScanFunction · 0.52
ExampleSliceCmd_ScanFunction · 0.52
ExampleScanIteratorFunction · 0.52
ExampleScanCmd_IteratorFunction · 0.52
ExampleClient_hmgetFunction · 0.52