return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
strlen(...\
func_get_args());
} public function subscribe($channels,
$cb): void
{ ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
subscribe(...\
func_get_args());
} public function sunion($key, ...
$other_keys): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sunion(...\
func_get_args());
} public function sunionstore($dst,
$key, ...
$other_keys): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
sunionstore(...\
func_get_args());
} public function time($key_or_address): \RedisCluster|array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
time(...\
func_get_args());
}