org.springframework.data.redis.connection
Interface RedisZSetCommands.Tuple

All Known Subinterfaces:
StringRedisConnection.StringTuple
All Known Implementing Classes:
DefaultStringTuple, DefaultTuple
Enclosing interface:
RedisZSetCommands

public static interface RedisZSetCommands.Tuple

ZSet tuple.


Method Summary
 Double getScore()
           
 byte[] getValue()
           
 

Method Detail

getValue

byte[] getValue()

getScore

Double getScore()