Module io.inverno.mod.redis
Package io.inverno.mod.redis.operations
Interface RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C extends RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C>>
- Type Parameters:
A
- key typeB
- value typeC
- builder type
- Enclosing interface:
RedisSortedSetReactiveOperations<A,
B>
public static interface RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C extends RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C>>
- ZUNION numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX] [WITHSCORES]
- ZUNIONSTORE destination numkeys key [key ...] [WEIGHTS weight [weight ...]] [AGGREGATE SUM|MIN|MAX]
- Since:
- 1.4
- Author:
- Jeremy Kuhn
-
Method Summary