func (c Commander) BitCount(ctx context.Context, key string, start, end int64) (int64,
error) {
func (c Commander) BitCountAll(ctx context.Context, key string) (int64, error) {
func (c Commander) BitField(ctx context.Context, key string) error {
func (c Commander) BitFieldReadOnly(ctx context.Context, key string) error {
func (c Commander) BitOp(ctx context.Context, op BitMapOp, destKey string, keys
...string) (int64, error) {
func (c Commander) BitPos(ctx context.Context, key string, bit int64, pos ...int64)
(int64, error) {
func (c Commander) GetBit(ctx context.Context, key string, offset int64) (int64, error)
{
...
Command them all
46