Interface RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder<A,B,C>

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

public static interface RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder<A,B,C> extends RedisSortedSetReactiveOperations.AbstractSortedSetZrangeBuilder<A,B,RedisSortedSetReactiveOperations.SortedSetZrangestoreBuilder<A,B,C>>
ZRANGESTORE dst src min max [BYSCORE|BYLEX] [REV] [LIMIT offset count]
Since:
1.4
Author:
Jeremy Kuhn