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