Uses of Class
redis.clients.jedis.resps.LCSMatchResult
Packages that use LCSMatchResult
Package
Description
This package contains the interfaces that contain methods representing Redis core commands.
-
Uses of LCSMatchResult in redis.clients.jedis
Fields in redis.clients.jedis with type parameters of type LCSMatchResultModifier and TypeFieldDescriptionstatic final Builder<LCSMatchResult> BuilderFactory.STR_ALGO_LCS_RESULT_BUILDERMethods in redis.clients.jedis that return LCSMatchResultModifier and TypeMethodDescriptionCalculate the longest common subsequence of keyA and keyB.Jedis.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.Jedis.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.UnifiedJedis.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) UnifiedJedis.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Jedis.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.Jedis.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.UnifiedJedis.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) UnifiedJedis.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Methods in redis.clients.jedis that return types with arguments of type LCSMatchResultModifier and TypeMethodDescriptionfinal CommandObject<LCSMatchResult> final CommandObject<LCSMatchResult> final CommandObject<LCSMatchResult> CommandObjects.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.final CommandObject<LCSMatchResult> CommandObjects.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.MultiNodePipelineBase.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) MultiNodePipelineBase.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Pipeline.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Pipeline.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) final CommandObject<LCSMatchResult> CommandObjects.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Deprecated.final CommandObject<LCSMatchResult> CommandObjects.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Deprecated.MultiNodePipelineBase.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) MultiNodePipelineBase.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) Pipeline.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) Pipeline.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSStrings(byte[] strA, byte[] strB, StrAlgoLCSParams params) TransactionBase.strAlgoLCSStrings(String strA, String strB, StrAlgoLCSParams params) -
Uses of LCSMatchResult in redis.clients.jedis.commands
Methods in redis.clients.jedis.commands that return LCSMatchResultModifier and TypeMethodDescriptionCalculate the longest common subsequence of keyA and keyB.Calculate the longest common subsequence of keyA and keyB.StringBinaryCommands.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.StringCommands.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.Methods in redis.clients.jedis.commands that return types with arguments of type LCSMatchResultModifier and TypeMethodDescriptionStringPipelineBinaryCommands.strAlgoLCSKeys(byte[] keyA, byte[] keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.StringPipelineCommands.strAlgoLCSKeys(String keyA, String keyB, StrAlgoLCSParams params) Deprecated.STRALGO LCS command will be removed from Redis 7.