Method: Redisrank::Model#fetch
- Defined in:
- lib/redisrank/model.rb
#fetch(label, from, till, opts = {}) ⇒ Object Also known as: lookup
20 21 22 |
# File 'lib/redisrank/model.rb', line 20 def fetch(label, from, till, opts = {}) find(label, from, till, opts).all end |