return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
mget(...\
func_get_args());
} public function migrate($host,
$port,
$key,
$dstdb,
$timeout,
$copy = false,
$replace = false, #[\SensitiveParameter] $credentials = null): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
migrate(...\
func_get_args());
} public function move($key,
$index): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
move(...\
func_get_args());
} public function mset($key_values): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
mset(...\
func_get_args());
} public function msetnx($key_values): \Redis|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
msetnx(...\
func_get_args());
}