Class StrAlgoLCSParams

java.lang.Object
redis.clients.jedis.params.Params
redis.clients.jedis.params.StrAlgoLCSParams
All Implemented Interfaces:
IParams

@Deprecated public class StrAlgoLCSParams extends Params implements IParams
Deprecated.
  • Field Details

  • Constructor Details

    • StrAlgoLCSParams

      public StrAlgoLCSParams()
      Deprecated.
  • Method Details

    • StrAlgoLCSParams

      public static StrAlgoLCSParams StrAlgoLCSParams()
      Deprecated.
    • idx

      public StrAlgoLCSParams idx()
      Deprecated.
      When IDX is given the command returns an array with the LCS length and all the ranges in both the strings, start and end offset for each string, where there are matches.
      Returns:
      StrAlgoParams
    • len

      public StrAlgoLCSParams len()
      Deprecated.
      When LEN is given the command returns the length of the longest common substring.
      Returns:
      StrAlgoParams
    • withMatchLen

      public StrAlgoLCSParams withMatchLen()
      Deprecated.
      When WITHMATCHLEN is given each array representing a match will also have the length of the match.
      Returns:
      StrAlgoParams
    • minMatchLen

      public StrAlgoLCSParams minMatchLen(long minMatchLen)
      Deprecated.
      Specify the minimum match length.
      Returns:
      StrAlgoParams
    • addParams

      public void addParams(CommandArguments args)
      Deprecated.
      Specified by:
      addParams in interface IParams