Interface RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder<A,B,C>

Type Parameters:
A - key type
B - value type
C - builder type
All Superinterfaces:
RedisSortedSetReactiveOperations.AbstractSortedSetZrangeBuilder<A,B,RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder<A,B,C>>
Enclosing interface:
RedisSortedSetReactiveOperations<A,B>

public static interface RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder<A,B,C> extends RedisSortedSetReactiveOperations.AbstractSortedSetZrangeBuilder<A,B,RedisSortedSetReactiveOperations.SortedSetZrangeWithScoresBuilder<A,B,C>>
ZRANGE key min max [BYSCORE|BYLEX] [REV] [LIMIT offset count] [WITHSCORES]
Since:
1.4
Author:
Jeremy Kuhn