Class RedisZSetCommands.Range

java.lang.Object
org.springframework.data.redis.connection.RedisZSetCommands.Range
Enclosing interface:
RedisZSetCommands

@Deprecated public static class RedisZSetCommands.Range extends Object
Deprecated.
since 3.0, use Range or toRange() instead.
Range defines min and max values to retrieve from a ZSET.
Since:
1.6
Author:
Christoph Strobl