| 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.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 |
|---|---|
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftAggregate(K index,
V query) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftAggregate(K index,
V query) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftAggregate(K index,
V query,
AggregateArgs<K,V> args) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftAggregate(K index,
V query,
AggregateArgs<K,V> args) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftCursorread(K index,
long cursorId) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftCursorread(K index,
long cursorId) |
RedisFuture<AggregationReply<K,V>> |
AbstractRedisAsyncCommands.ftCursorread(K index,
long cursorId,
int count) |
Mono<AggregationReply<K,V>> |
AbstractRedisReactiveCommands.ftCursorread(K index,
long cursorId,
int count) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftAggregate(K index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftAggregate(K 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(K index,
long cursorId)
Read next results from an existing cursor using the default batch size.
|
RedisFuture<AggregationReply<K,V>> |
RediSearchAsyncCommands.ftCursorread(K index,
long cursorId,
int count)
Read next results from an existing cursor.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftAggregate(K index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftAggregate(K 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(K index,
long cursorId)
Read next results from an existing cursor using the default batch size.
|
Mono<AggregationReply<K,V>> |
RediSearchReactiveCommands.ftCursorread(K index,
long cursorId,
int count)
Read next results from an existing cursor.
|
| Modifier and Type | Method and Description |
|---|---|
AggregationReply<K,V> |
RediSearchCommands.ftAggregate(K index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
AggregationReply<K,V> |
RediSearchCommands.ftAggregate(K 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(K index,
long cursorId)
Read next results from an existing cursor using the default batch size.
|
AggregationReply<K,V> |
RediSearchCommands.ftCursorread(K index,
long cursorId,
int count)
Read next results from an existing cursor.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftAggregate(K index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftAggregate(K 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(K index,
long cursorId)
Read next results from an existing cursor using the default batch size.
|
AsyncExecutions<AggregationReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftCursorread(K index,
long cursorId,
int count)
Read next results from an existing cursor.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftAggregate(K index,
V query)
Run a search query on an index and perform basic aggregate transformations using default options.
|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftAggregate(K 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(K index,
long cursorId)
Read next results from an existing cursor using the default batch size.
|
Executions<AggregationReply<K,V>> |
NodeSelectionSearchCommands.ftCursorread(K index,
long cursorId,
int count)
Read next results from an existing cursor.
|
| 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.