Class KeyedZSetElement

java.lang.Object
redis.clients.jedis.resps.Tuple
redis.clients.jedis.resps.KeyedZSetElement
All Implemented Interfaces:
Comparable<Tuple>

@Deprecated public class KeyedZSetElement extends Tuple
Deprecated.
This class will be removed in next major released.
This class is used to represent a SortedSet element when it is returned with respective key name.
  • Field Details

    • key

      private final String key
      Deprecated.
  • Constructor Details

    • KeyedZSetElement

      public KeyedZSetElement(byte[] key, byte[] element, Double score)
      Deprecated.
    • KeyedZSetElement

      public KeyedZSetElement(String key, String element, Double score)
      Deprecated.
  • Method Details

    • getKey

      public String getKey()
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Tuple
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Tuple
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Tuple