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