(ctx context.Context, key string, offset int64, value int)
| 8 | type BitMapCmdable interface { |
| 9 | GetBit(ctx context.Context, key string, offset int64) *IntCmd |
| 10 | SetBit(ctx context.Context, key string, offset int64, value int) *IntCmd |
| 11 | BitCount(ctx context.Context, key string, bitCount *BitCount) *IntCmd |
| 12 | BitOpAnd(ctx context.Context, destKey string, keys ...string) *IntCmd |
| 13 | BitOpOr(ctx context.Context, destKey string, keys ...string) *IntCmd |
no outgoing calls