ZUnionCommand extension

on
  • SortedSetCommands

Methods

zUnion(List<String> keys, {List<num>? weights, String? aggregate, bool withScores = false}) Future<List<String>>

Available on SortedSetCommands, provided by the ZUnionCommand extension

ZUNION numkeys key key ... [WEIGHTS weight weight ...] AGGREGATE <SUM | MIN | MAX> [WITHSCORES]