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());
} public function ttl($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ttl(...\
func_get_args());
} public function type($key): \RedisCluster|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
type(...\
func_get_args());
} public function unsubscribe($channels): array|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
unsubscribe(...\
func_get_args());
}