Class LPosOptions

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COUNT_VALKEY_API
      Valkey API keyword used to extract specific number of matching indices from a list.
      static java.lang.String MAXLEN_VALKEY_API
      Valkey API keyword used to determine the maximum number of list items to compare.
      static java.lang.String RANK_VALKEY_API
      Valkey API keyword use to determine the rank of the match to return.
    • Field Detail

      • COUNT_VALKEY_API

        public static final java.lang.String COUNT_VALKEY_API
        Valkey API keyword used to extract specific number of matching indices from a list.
        See Also:
        Constant Field Values
      • RANK_VALKEY_API

        public static final java.lang.String RANK_VALKEY_API
        Valkey API keyword use to determine the rank of the match to return.
        See Also:
        Constant Field Values
      • MAXLEN_VALKEY_API

        public static final java.lang.String MAXLEN_VALKEY_API
        Valkey API keyword used to determine the maximum number of list items to compare.
        See Also:
        Constant Field Values
    • Method Detail

      • toArgs

        public java.lang.String[] toArgs()
        Converts LPosOptions into a String[].
        Returns:
        String[]