return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
psetex(...\
func_get_args());
} public function publish($channel,
$message): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
publish(...\
func_get_args());
} public function spublish($channel,
$message): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
spublish(...\
func_get_args());
} public function setnx($key,
$value): \Relay\Relay|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
setnx(...\
func_get_args());
} public function mget($keys): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
mget(...\
func_get_args());
}