| 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<String> |
AbstractRedisReactiveCommands.ftCreate(String index,
CreateArgs<K,V> options,
List<FieldArgs<K>> fieldArgs) |
RedisFuture<String> |
AbstractRedisAsyncCommands.ftCreate(String index,
CreateArgs<K,V> options,
List<FieldArgs<K>> fieldArgs) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RediSearchAsyncCommands.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs)
Create a new search index with the given name, custom configuration, and field definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
RediSearchReactiveCommands.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs)
Create a new search index with the given name, custom configuration, and field definitions.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RediSearchCommands.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs)
Create a new search index with the given name, custom configuration, and field definitions.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisAdvancedClusterAsyncCommandsImpl.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs) |
Mono<String> |
RedisAdvancedClusterReactiveCommandsImpl.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionSearchAsyncCommands.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs)
Create a new search index with the given name, custom configuration, and field definitions.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionSearchCommands.ftCreate(String index,
CreateArgs<K,V> arguments,
List<FieldArgs<K>> fieldArgs)
Create a new search index with the given name, custom configuration, and field definitions.
|
| Modifier and Type | Method and Description |
|---|---|
CreateArgs<K,V> |
CreateArgs.Builder.build() |
Copyright © 2025 lettuce.io. All rights reserved.