return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
pexpiretime(...\
func_get_args());
} public function persist($key): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
persist(...\
func_get_args());
} public function type($key): \Relay\Relay|bool|int|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
type(...\
func_get_args());
} public function lmove($srckey,
$dstkey,
$srcpos,
$dstpos): \Relay\Relay|false|null|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lmove(...\
func_get_args());
} public function blmove($srckey,
$dstkey,
$srcpos,
$dstpos,
$timeout): \Relay\Relay|false|null|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blmove(...\
func_get_args());
}