return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blmpop(...\
func_get_args());
} public function lmpop($keys,
$from,
$count = 1
): \Redis|array|false|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lmpop(...\
func_get_args());
} public function clearLastError(): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
clearLastError(...\
func_get_args());
} public function client($opt, ...
$args): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
client(...\
func_get_args());
} public function close(): bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
close(...\
func_get_args());
}