type github.com/go-redis/redis/v8.BitCount

3 uses

	github.com/go-redis/redis/v8 (current package)
		commands.go#L128: 	BitCount(ctx context.Context, key string, bitCount *BitCount) *IntCmd
		commands.go#L845: type BitCount struct {
		commands.go#L849: func (c cmdable) BitCount(ctx context.Context, key string, bitCount *BitCount) *IntCmd {