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

Method ARGet

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

Source from the content-addressed store, hash-verified

13type ArrayCmdable interface {
14 ARSet(ctx context.Context, key string, index uint64, values ...string) *IntCmd
15 ARGet(ctx context.Context, key string, index uint64) *StringCmd
16 ARGetRange(ctx context.Context, key string, start, end uint64) *SliceCmd
17 ARMGet(ctx context.Context, key string, indexes ...uint64) *SliceCmd
18 ARMSet(ctx context.Context, key string, members ...AREntry) *IntCmd

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected