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

Method ARCount

array_commands.go:23–23  ·  view source on GitHub ↗
(ctx context.Context, key string)

Source from the content-addressed store, hash-verified

21 ARDelRange(ctx context.Context, key string, ranges ...ARRange) *UintCmd
22 ARLen(ctx context.Context, key string) *UintCmd
23 ARCount(ctx context.Context, key string) *UintCmd
24 ARNext(ctx context.Context, key string) *UintCmd
25 ARSeek(ctx context.Context, key string, index uint64) *IntCmd
26 ARInfo(ctx context.Context, key string) *MapStringInterfaceCmd

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected