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