org.springframework.data.redis.connection
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 Summary
 Double getScore()
           
 byte[] getValue()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getValue

byte[] getValue()

getScore

Double getScore()