return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lInsert(...\
func_get_args());
} public function lLen($key): \Redis|false|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lLen(...\
func_get_args());
} public function lMove($src,
$dst,
$wherefrom,
$whereto): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lMove(...\
func_get_args());
} public function blmove($src,
$dst,
$wherefrom,
$whereto,
$timeout): \Redis|false|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
blmove(...\
func_get_args());
} public function lPop($key,
$count = 0
): \Redis|array|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lPop(...\
func_get_args());
}