| 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.cluster |
Client for Redis Cluster, see
RedisClusterClient. |
| 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.
|
| io.lettuce.core.search.arguments |
| Modifier and Type | Method and Description |
|---|---|
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args)
Run a search query on an index and perform advanced aggregate transformations with a processing pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args)
Run a search query on an index and perform advanced aggregate transformations with a processing pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationReply<K,V> |
RediSearchCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args)
Run a search query on an index and perform advanced aggregate transformations with a processing pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<AggregationReply<K,V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftAggregate(String index,
V query,
AggregateArgs<K,V> args) |
Mono<AggregationReply<K,V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftAggregate(String index,
V query,
AggregateArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args)
Run a search query on an index and perform advanced aggregate transformations with a processing pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftAggregate(String index,
V query,
AggregateArgs<K,V> args)
Run a search query on an index and perform advanced aggregate transformations with a processing pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
AggregateArgs<K,V> |
AggregateArgs.Builder.build()
Build the
AggregateArgs. |
Copyright © 2025 lettuce.io. All rights reserved.