return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getPersistentID(...\
func_get_args());
} public function getPort(): int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getPort(...\
func_get_args());
} public function getRange($key,
$start,
$end): \Redis|false|string
{ 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());
}