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

Method ARDel

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

Source from the content-addressed store, hash-verified

18 ARMSet(ctx context.Context, key string, members ...AREntry) *IntCmd
19 ARInsert(ctx context.Context, key string, values ...string) *UintCmd
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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected