Method: ActiveOrm::Redis::SortedSet.create_intersection
- Defined in:
- lib/active_orm/redis/sorted_set.rb
.create_intersection(key, keys, opts = {}) ⇒ Object
115 116 117 |
# File 'lib/active_orm/redis/sorted_set.rb', line 115 def self.create_intersection(key, keys, opts={}) client.zinterstore(normalize_key(key), keys, opts) end |