return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
replicaof(...\
func_get_args());
} public function restore($key,
$ttl,
$value,
$options = null
): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
restore(...\
func_get_args());
} public function migrate($host,
$port,
$key,
$dstdb,
$timeout,
$copy = false,
$replace = false, #[\SensitiveParameter] $credentials = null): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
migrate(...\
func_get_args());
} public function copy($src,
$dst,
$options = null
): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
copy(...\
func_get_args());
} public function echo($arg): \Relay\Relay|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
echo(...\
func_get_args());
}