Interface RedisZSetCommands.Tuple

All Superinterfaces:
Comparable<Double>
All Known Subinterfaces:
StringRedisConnection.StringTuple
All Known Implementing Classes:
DefaultStringTuple, DefaultTuple
Enclosing interface:
RedisZSetCommands

public static interface RedisZSetCommands.Tuple extends Comparable<Double>
ZSet tuple.
  • Method Details

    • getValue

      byte[] getValue()
      Returns:
      the raw value of the member.
    • getScore

      Double getScore()
      Returns:
      the member score value used for sorting.