(ctx context.Context, key string, index uint64)
| 13 | type 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 |
no outgoing calls
no test coverage detected