| 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.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms) |
RedisFuture<String> |
AbstractRedisAsyncCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RediSearchAsyncCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms)
Update a synonym group with additional terms and options.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<String> |
RediSearchReactiveCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms)
Update a synonym group with additional terms and options.
|
| Modifier and Type | Method and Description |
|---|---|
String |
RediSearchCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms)
Update a synonym group with additional terms and options.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<String> |
RedisAdvancedClusterAsyncCommandsImpl.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms) |
Mono<String> |
RedisAdvancedClusterReactiveCommandsImpl.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<String> |
NodeSelectionSearchAsyncCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms)
Update a synonym group with additional terms and options.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<String> |
NodeSelectionSearchCommands.ftSynupdate(String index,
V synonymGroupId,
SynUpdateArgs<K,V> args,
V... terms)
Update a synonym group with additional terms and options.
|
| Modifier and Type | Method and Description |
|---|---|
SynUpdateArgs<K,V> |
SynUpdateArgs.skipInitialScan()
Skip the initial scan of all documents when updating the synonym group.
|
static <K,V> SynUpdateArgs<K,V> |
SynUpdateArgs.Builder.skipInitialScan()
Creates new
SynUpdateArgs setting SKIPINITIALSCAN. |
Copyright © 2025 lettuce.io. All rights reserved.