| 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<SpellCheckResult<V>> |
AbstractRedisReactiveCommands.ftSpellcheck(String index,
V query) |
RedisFuture<SpellCheckResult<V>> |
AbstractRedisAsyncCommands.ftSpellcheck(String index,
V query) |
Mono<SpellCheckResult<V>> |
AbstractRedisReactiveCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args) |
RedisFuture<SpellCheckResult<V>> |
AbstractRedisAsyncCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<SpellCheckResult<V>> |
RediSearchAsyncCommands.ftSpellcheck(String index,
V query)
Perform spelling correction on a query, returning suggestions for misspelled terms.
|
RedisFuture<SpellCheckResult<V>> |
RediSearchAsyncCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args)
Perform spelling correction on a query with additional options.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<SpellCheckResult<V>> |
RediSearchReactiveCommands.ftSpellcheck(String index,
V query)
Perform spelling correction on a query, returning suggestions for misspelled terms.
|
Mono<SpellCheckResult<V>> |
RediSearchReactiveCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args)
Perform spelling correction on a query with additional options.
|
| Modifier and Type | Method and Description |
|---|---|
SpellCheckResult<V> |
RediSearchCommands.ftSpellcheck(String index,
V query)
Perform spelling correction on a query, returning suggestions for misspelled terms.
|
SpellCheckResult<V> |
RediSearchCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args)
Perform spelling correction on a query with additional options.
|
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<SpellCheckResult<V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftSpellcheck(String index,
V query) |
Mono<SpellCheckResult<V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftSpellcheck(String index,
V query) |
RedisFuture<SpellCheckResult<V>> |
RedisAdvancedClusterAsyncCommandsImpl.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args) |
Mono<SpellCheckResult<V>> |
RedisAdvancedClusterReactiveCommandsImpl.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args) |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<SpellCheckResult<V>> |
NodeSelectionSearchAsyncCommands.ftSpellcheck(String index,
V query)
Perform spelling correction on a query, returning suggestions for misspelled terms.
|
AsyncExecutions<SpellCheckResult<V>> |
NodeSelectionSearchAsyncCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args)
Perform spelling correction on a query with additional options.
|
| Modifier and Type | Method and Description |
|---|---|
Executions<SpellCheckResult<V>> |
NodeSelectionSearchCommands.ftSpellcheck(String index,
V query)
Perform spelling correction on a query, returning suggestions for misspelled terms.
|
Executions<SpellCheckResult<V>> |
NodeSelectionSearchCommands.ftSpellcheck(String index,
V query,
SpellCheckArgs<K,V> args)
Perform spelling correction on a query with additional options.
|
| Modifier and Type | Method and Description |
|---|---|
SpellCheckResult<V> |
SpellCheckResultParser.parse(ComplexData data) |
Copyright © 2025 lettuce.io. All rights reserved.