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