Method: ActiveOrm::Redis::SortedSet.scan

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

.scan(key, cursor, opts = {}) ⇒ Object



143
144
145
# File 'lib/active_orm/redis/sorted_set.rb', line 143

def self.scan(key, cursor, opts={})
  client.zscan(normalize_key(key), cursor, opts)
end