return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getRange(...\
func_get_args());
} public function lcs($key1,
$key2,
$options = null
): \Redis|array|false|int|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lcs(...\
func_get_args());
} public function getReadTimeout(): float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getReadTimeout(...\
func_get_args());
} public function getset($key,
$value): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getset(...\
func_get_args());
} public function getTimeout(): false|float
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getTimeout(...\
func_get_args());
}