| 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<V> |
AbstractRedisAsyncCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation) |
Command<K,V,V> |
RedisArrayCommandBuilder.aropAggregate(K key,
long start,
long end,
ArAggregateType operation) |
reactor.core.publisher.Mono<V> |
AbstractRedisReactiveCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<V> |
RedisArrayAsyncCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation)
Perform an aggregate operation (SUM, MIN, MAX) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<V> |
RedisArrayReactiveCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation)
Perform an aggregate operation (SUM, MIN, MAX) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
V |
RedisArrayCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation)
Perform an aggregate operation (SUM, MIN, MAX) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
static ArAggregateType |
ArAggregateType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArAggregateType[] |
ArAggregateType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<V> |
NodeSelectionArrayAsyncCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation)
Perform an aggregate operation (SUM, MIN, MAX) over elements in a range.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<V> |
NodeSelectionArrayCommands.aropAggregate(K key,
long start,
long end,
ArAggregateType operation)
Perform an aggregate operation (SUM, MIN, MAX) over elements in a range.
|
Copyright © 2026 lettuce.io. All rights reserved.