All Implemented Interfaces:
Resp3Command

public class ZUNION extends AGGCommand
This command is similar to ZUNIONSTORE, but instead of storing the resulting sorted set, it is returned to the client. For a description of the WEIGHTS and AGGREGATE options, see ZUNIONSTORE. Array reply: the result of union (optionally with their scores, in case the WITHSCORES option is given).
Since:
15.0
See Also:
  • Constructor Details

    • ZUNION

      public ZUNION()