Uses of Class
io.lettuce.core.StringMatchResult
| 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.
|
-
Uses of StringMatchResult in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type StringMatchResult Modifier and Type Method Description RedisFuture<StringMatchResult>AbstractRedisAsyncCommands. stralgoLcs(StrAlgoArgs args)Mono<StringMatchResult>AbstractRedisReactiveCommands. stralgoLcs(StrAlgoArgs strAlgoArgs) -
Uses of StringMatchResult in io.lettuce.core.api.async
Methods in io.lettuce.core.api.async that return types with arguments of type StringMatchResult Modifier and Type Method Description RedisFuture<StringMatchResult>RedisStringAsyncCommands. stralgoLcs(StrAlgoArgs strAlgoArgs)The STRALGO command implements complex algorithms that operate on strings. -
Uses of StringMatchResult in io.lettuce.core.api.reactive
Methods in io.lettuce.core.api.reactive that return types with arguments of type StringMatchResult Modifier and Type Method Description Mono<StringMatchResult>RedisStringReactiveCommands. stralgoLcs(StrAlgoArgs strAlgoArgs)The STRALGO command implements complex algorithms that operate on strings. -
Uses of StringMatchResult in io.lettuce.core.api.sync
Methods in io.lettuce.core.api.sync that return StringMatchResult Modifier and Type Method Description StringMatchResultRedisStringCommands. stralgoLcs(StrAlgoArgs strAlgoArgs)The STRALGO command implements complex algorithms that operate on strings. -
Uses of StringMatchResult in io.lettuce.core.cluster.api.async
Methods in io.lettuce.core.cluster.api.async that return types with arguments of type StringMatchResult Modifier and Type Method Description AsyncExecutions<StringMatchResult>NodeSelectionStringAsyncCommands. stralgoLcs(StrAlgoArgs strAlgoArgs)The STRALGO command implements complex algorithms that operate on strings. -
Uses of StringMatchResult in io.lettuce.core.cluster.api.sync
Methods in io.lettuce.core.cluster.api.sync that return types with arguments of type StringMatchResult Modifier and Type Method Description Executions<StringMatchResult>NodeSelectionStringCommands. stralgoLcs(StrAlgoArgs strAlgoArgs)The STRALGO command implements complex algorithms that operate on strings.