| Package | Description |
|---|---|
| redis.clients.jedis | |
| redis.clients.jedis.commands |
| Modifier and Type | Field and Description |
|---|---|
static Builder<LCSMatchResult> |
BuilderFactory.STR_ALGO_LCS_RESULT_BUILDER |
| Modifier and Type | Method and Description |
|---|---|
LCSMatchResult |
BinaryJedis.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
BinaryJedisCluster.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
Jedis.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params)
Calculate the longest common subsequence of keyA and keyB.
|
LCSMatchResult |
JedisCluster.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params) |
LCSMatchResult |
BinaryJedis.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
BinaryShardedJedis.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
BinaryJedisCluster.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
ShardedJedis.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params)
Deprecated.
|
LCSMatchResult |
Jedis.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params)
Calculate the longest common subsequence of strA and strB.
|
LCSMatchResult |
JedisCluster.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params) |
| Modifier and Type | Method and Description |
|---|---|
Response<LCSMatchResult> |
MultiKeyPipelineBase.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
MultiKeyPipelineBase.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
PipelineBase.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
PipelineBase.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params) |
| Modifier and Type | Method and Description |
|---|---|
LCSMatchResult |
MultiKeyBinaryJedisClusterCommands.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params) |
LCSMatchResult |
MultiKeyBinaryCommands.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params) |
LCSMatchResult |
MultiKeyJedisClusterCommands.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params) |
LCSMatchResult |
MultiKeyCommands.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params) |
LCSMatchResult |
MultiKeyBinaryJedisClusterCommands.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params) |
LCSMatchResult |
BinaryJedisCommands.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params) |
LCSMatchResult |
MultiKeyJedisClusterCommands.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params) |
LCSMatchResult |
JedisCommands.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params) |
| Modifier and Type | Method and Description |
|---|---|
Response<LCSMatchResult> |
MultiKeyBinaryRedisPipeline.strAlgoLCSKeys(byte[] keyA,
byte[] keyB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
MultiKeyCommandsPipeline.strAlgoLCSKeys(String keyA,
String keyB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
BinaryRedisPipeline.strAlgoLCSStrings(byte[] strA,
byte[] strB,
StrAlgoLCSParams params) |
Response<LCSMatchResult> |
RedisPipeline.strAlgoLCSStrings(String strA,
String strB,
StrAlgoLCSParams params) |
Copyright © 2023. All rights reserved.