| 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 |
Support for the RediSearch features.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftAggregate(String index,
V query) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftAggregate(String index,
V query) |
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) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftCursorread(String index,
AggregationReply.Cursor cursor) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftAggregate(String index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
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.
|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor)
Read next results from an existing cursor using the default batch size.
|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count)
Read next results from an existing cursor and optionally override the batch size.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftAggregate(String index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
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.
|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftCursorread(String index,
AggregationReply.Cursor cursor)
Read next results from an existing cursor using the default batch size.
|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count)
Read next results from an existing cursor and optionally override the batch size.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationReply<K,V> |
RediSearchCommands.ftAggregate(String index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
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.
|
AggregationReply<K,V> |
RediSearchCommands.ftCursorread(String index,
AggregationReply.Cursor cursor)
Read next results from an existing cursor using the default batch size.
|
AggregationReply<K,V> |
RediSearchCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count)
Read next results from an existing cursor and optionally override the batch size.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<AggregationReply<K,V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftAggregate(String index,
V query) |
Mono<AggregationReply<K,V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftAggregate(String index,
V query) |
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) |
RedisFuture<AggregationReply<K,V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftCursorread(String index,
AggregationReply.Cursor cursor) |
Mono<AggregationReply<K,V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftCursorread(String index,
AggregationReply.Cursor cursor) |
RedisFuture<AggregationReply<K,V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count) |
Mono<AggregationReply<K,V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftAggregate(String index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
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.
|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor)
Read next results from an existing cursor using the default batch size.
|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count)
Read next results from an existing cursor and optionally override the batch size.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftAggregate(String index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
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.
|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftCursorread(String index,
AggregationReply.Cursor cursor)
Read next results from an existing cursor using the default batch size.
|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftCursorread(String index,
AggregationReply.Cursor cursor,
int count)
Read next results from an existing cursor and optionally override the batch size.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationReply<K,V> |
AggregateReplyParser.parse(ComplexData data)
Parses the complex data from FT.AGGREGATE command into a list of SearchReply objects.
|
Copyright © 2025 lettuce.io. All rights reserved.