return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dbsize(...\
func_get_args());
} public function dump($key): \Relay\Relay|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
dump(...\
func_get_args());
} public function replicaof($host = null,
$port = 0
): \Relay\Relay|bool
{ 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());
}