return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
get(...\
func_get_args());
} public function getbit($key,
$value): \RedisCluster|false|int
{ 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());
}