return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lpushx(...\
func_get_args());
} public function lrange($key,
$start,
$end): \RedisCluster|array|false
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lrange(...\
func_get_args());
} public function lrem($key,
$value,
$count = 0
): \RedisCluster|bool|int
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lrem(...\
func_get_args());
} public function lset($key,
$index,
$value): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
lset(...\
func_get_args());
} public function ltrim($key,
$start,
$end): \RedisCluster|bool
{ return ($this->lazyObjectState->realInstance
??= ($this->lazyObjectState->initializer
)())->
ltrim(...\
func_get_args());
}