Method: ActiveOrm::Redis::SortedSet.create_combination

Defined in:
lib/active_orm/redis/sorted_set.rb

.create_combination(key, keys, opts = {}) ⇒ Object



119
120
121
# File 'lib/active_orm/redis/sorted_set.rb', line 119

def self.create_combination(key, keys, opts={})
  client.zunionstore(normalize_key(key), keys, opts)
end