return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
linsert(...\
func_get_args());
} public function llen($key): \RedisCluster|bool|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
llen(...\
func_get_args());
} public function lpop($key,
$count = 0
): \RedisCluster|array|bool|string
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpop(...\
func_get_args());
} public function lpos($key,
$value,
$options = null
): \Redis|array|bool|int|null
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpos(...\
func_get_args());
} public function lpush($key,
$value, ...
$other_values): \RedisCluster|bool|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpush(...\
func_get_args());
}