return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getMode(...\
func_get_args());
} public function getOption($option): mixed
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getOption(...\
func_get_args());
} public function getPersistentID(): ?string
{ 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());
}