return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitcount(...\
func_get_args());
} public function bitop($operation,
$deskey,
$srckey, ...
$otherkeys): \RedisCluster|bool|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitop(...\
func_get_args());
} public function bitpos($key,
$bit,
$start = 0,
$end = -1,
$bybit = false
): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
bitpos(...\
func_get_args());
} public function blpop($key,
$timeout_or_key, ...
$extra_args): \RedisCluster|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blpop(...\
func_get_args());
} public function brpop($key,
$timeout_or_key, ...
$extra_args): \RedisCluster|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
brpop(...\
func_get_args());
}