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());
} public function lrange($key,
$start,
$stop): \Relay\Relay|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lrange(...\
func_get_args());
} public function lpush($key,
$mem, ...
$mems): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpush(...\
func_get_args());
} public function rpush($key,
$mem, ...
$mems): \Relay\Relay|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
rpush(...\
func_get_args());
}