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

Method ARLen

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

Source from the content-addressed store, hash-verified

20 ARDel(ctx context.Context, key string, indexes ...uint64) *IntCmd
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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected