| 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.hybrid |
| Modifier and Type | Method and Description |
|---|---|
Mono<HybridReply<K,V>> |
AbstractRedisReactiveCommands.ftHybrid(String index,
HybridArgs<K,V> args) |
RedisFuture<HybridReply<K,V>> |
AbstractRedisAsyncCommands.ftHybrid(String index,
HybridArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<HybridReply<K,V>> |
RediSearchAsyncCommands.ftHybrid(String index,
HybridArgs<K,V> args)
Execute a hybrid query combining text search and vector similarity.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<HybridReply<K,V>> |
RediSearchReactiveCommands.ftHybrid(String index,
HybridArgs<K,V> args)
Execute a hybrid query combining text search and vector similarity.
|
| Modifier and Type | Method and Description |
|---|---|
HybridReply<K,V> |
RediSearchCommands.ftHybrid(String index,
HybridArgs<K,V> args)
Execute a hybrid query combining text search and vector similarity.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<HybridReply<K,V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftHybrid(String index,
HybridArgs<K,V> args) |
Mono<HybridReply<K,V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftHybrid(String index,
HybridArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<HybridReply<K,V>> |
NodeSelectionSearchAsyncCommands.ftHybrid(String index,
HybridArgs<K,V> args)
Execute a hybrid query combining text search and vector similarity.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<HybridReply<K,V>> |
NodeSelectionSearchCommands.ftHybrid(String index,
HybridArgs<K,V> args)
Execute a hybrid query combining text search and vector similarity.
|
| Modifier and Type | Method and Description |
|---|---|
HybridArgs<K,V> |
HybridArgs.Builder.build()
Build the
HybridArgs instance. |
Copyright © 2026 lettuce.io. All rights reserved.