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 getrange($key,
$start,
$end): \RedisCluster|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getrange(...\
func_get_args());
} public function lcs($key1,
$key2,
$options = null
): \RedisCluster|array|false|int|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lcs(...\
func_get_args());
} public function getset($key,
$value): \RedisCluster|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getset(...\
func_get_args());
}