| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| io.lettuce.core.api.async |
Standalone Redis API for asynchronous executed commands.
|
| io.lettuce.core.api.reactive |
Standalone Redis API for reactive command execution.
|
| io.lettuce.core.api.sync |
Standalone Redis API for synchronous executed commands.
|
| io.lettuce.core.array | |
| io.lettuce.core.cluster.api.async |
Redis Cluster API for asynchronous executed commands.
|
| io.lettuce.core.cluster.api.sync |
Redis Cluster API for synchronous executed commands.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
AbstractRedisAsyncCommands.ardelrange(K key,
ArrayIndexRange... ranges) |
Command<K,V,Long> |
RedisArrayCommandBuilder.ardelrange(K key,
ArrayIndexRange... ranges) |
reactor.core.publisher.Mono<Long> |
AbstractRedisReactiveCommands.ardelrange(K key,
ArrayIndexRange... ranges) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<Long> |
RedisArrayAsyncCommands.ardelrange(K key,
ArrayIndexRange... ranges)
Delete elements in the given ranges.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Long> |
RedisArrayReactiveCommands.ardelrange(K key,
ArrayIndexRange... ranges)
Delete elements in the given ranges.
|
| Modifier and Type | Method and Description |
|---|---|
Long |
RedisArrayCommands.ardelrange(K key,
ArrayIndexRange... ranges)
Delete elements in the given ranges.
|
| Modifier and Type | Method and Description |
|---|---|
static ArrayIndexRange |
ArrayIndexRange.of(long lower,
long upper)
Create a bounded index range.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<Long> |
NodeSelectionArrayAsyncCommands.ardelrange(K key,
ArrayIndexRange... ranges)
Delete elements in the given ranges.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<Long> |
NodeSelectionArrayCommands.ardelrange(K key,
ArrayIndexRange... ranges)
Delete elements in the given ranges.
|
Copyright © 2026 lettuce.io. All rights reserved.