All Implemented Interfaces:
Resp3Command

public class ZINTER extends AGGCommand
This command is similar to ZINTERSTORE, 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

    • ZINTER

      public ZINTER()