return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getbit(...\
func_get_args());
} public function getlasterror(): ?string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
getlasterror(...\
func_get_args());
} public function getmode(): int
{ 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());
}