Method: Redis::Commands::SortedSets#zinterstore
- Defined in:
- lib/redis/commands/sorted_sets.rb
#zinterstore(*args) ⇒ Integer
Intersect multiple sorted sets and store the resulting sorted set in a new key.
654 655 656 |
# File 'lib/redis/commands/sorted_sets.rb', line 654 def zinterstore(*args) _zsets_operation_store(:zinterstore, *args) end |