| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<StringMatchResult> |
AbstractRedisReactiveCommands.lcs(LcsArgs lcsArgs) |
RedisFuture<StringMatchResult> |
AbstractRedisAsyncCommands.lcs(LcsArgs args) |
Mono<StringMatchResult> |
AbstractRedisReactiveCommands.stralgoLcs(StrAlgoArgs strAlgoArgs) |
RedisFuture<StringMatchResult> |
AbstractRedisAsyncCommands.stralgoLcs(StrAlgoArgs args) |
| Modifier and Type | Method and Description |
|---|---|
RedisFuture<StringMatchResult> |
RedisStringAsyncCommands.lcs(LcsArgs lcsArgs)
The LCS command implements the longest common subsequence algorithm.
|
RedisFuture<StringMatchResult> |
RedisStringAsyncCommands.stralgoLcs(StrAlgoArgs strAlgoArgs)
Deprecated.
since 6.6 in favor of
RedisStringAsyncCommands.lcs(LcsArgs). |
| Modifier and Type | Method and Description |
|---|---|
Mono<StringMatchResult> |
RedisStringReactiveCommands.lcs(LcsArgs lcsArgs)
The LCS command implements the longest common subsequence algorithm.
|
Mono<StringMatchResult> |
RedisStringReactiveCommands.stralgoLcs(StrAlgoArgs strAlgoArgs)
Deprecated.
since 6.6 in favor of
RedisStringReactiveCommands.lcs(LcsArgs). |
| Modifier and Type | Method and Description |
|---|---|
StringMatchResult |
RedisStringCommands.lcs(LcsArgs lcsArgs)
The LCS command implements the longest common subsequence algorithm.
|
StringMatchResult |
RedisStringCommands.stralgoLcs(StrAlgoArgs strAlgoArgs)
Deprecated.
since 6.6 in favor of
RedisStringCommands.lcs(LcsArgs). |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecutions<StringMatchResult> |
NodeSelectionStringAsyncCommands.lcs(LcsArgs lcsArgs)
The LCS command implements the longest common subsequence algorithm.
|
AsyncExecutions<StringMatchResult> |
NodeSelectionStringAsyncCommands.stralgoLcs(StrAlgoArgs strAlgoArgs)
Deprecated.
since 6.6 in favor of
NodeSelectionStringAsyncCommands.lcs(LcsArgs). |
| Modifier and Type | Method and Description |
|---|---|
Executions<StringMatchResult> |
NodeSelectionStringCommands.lcs(LcsArgs lcsArgs)
The LCS command implements the longest common subsequence algorithm.
|
Executions<StringMatchResult> |
NodeSelectionStringCommands.stralgoLcs(StrAlgoArgs strAlgoArgs)
Deprecated.
since 6.6 in favor of
NodeSelectionStringCommands.lcs(LcsArgs). |
Copyright © 2025 lettuce.io. All rights reserved.