Method: Redis::Commands::SortedSets#zunion
- Defined in:
- lib/redis/commands/sorted_sets.rb
#zunion(*args) ⇒ Array<String>, Array<[String, Float]>
Return the union of multiple sorted sets
678 679 680 |
# File 'lib/redis/commands/sorted_sets.rb', line 678 def zunion(*args) _zsets_operation(:zunion, *args) end |