org.springframework.data.redis.connection
Interface StringRedisConnection.StringTuple

All Superinterfaces:
RedisZSetCommands.Tuple
All Known Implementing Classes:
DefaultStringTuple
Enclosing interface:
StringRedisConnection

public static interface StringRedisConnection.StringTuple
extends RedisZSetCommands.Tuple

String-friendly ZSet tuple.


Method Summary
 String getValueAsString()
           
 
Methods inherited from interface org.springframework.data.redis.connection.RedisZSetCommands.Tuple
getScore, getValue
 

Method Detail

getValueAsString

String getValueAsString()