Interface RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C extends RedisSortedSetReactiveOperations.AbstractSortedSetZunionBuilder<A,B,C>>

Type Parameters:
A - key type
B - value type
C - 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

    Modifier and Type
    Method
    Description
    max()
     
    min()
     
    sum()
     
    weight(double weight)
     
  • Method Details

    • weight

      C weight(double weight)
      Parameters:
      weight -
      Returns:
    • sum

      C sum()
      Returns:
    • min

      C min()
      Returns:
    • max

      C max()
      Returns: