module Redis::Commands::SortedSets
def zunion(*args)
-
(Array
-, Array<[String, Float]>)
Parameters:
-
options
(Hash
) -- -
keys
(String, Array
) -- one or more keys to union
Other tags:
- Example: Retrieve the union of `2*zsetA` and `1*zsetB`, and their scores -
Example: Retrieve the union of `2*zsetA` and `1*zsetB` -
def zunion(*args) _zsets_operation(:zunion, *args) end