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());
} public function gettransferredbytes(): array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
gettransferredbytes(...\
func_get_args());
} public function cleartransferredbytes(): void
{ ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
cleartransferredbytes(...\
func_get_args());
} public function hdel($key,
$member, ...
$other_members): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
hdel(...\
func_get_args());
}