Skip to content

Instantly share code, notes, and snippets.

@Porta
Created February 25, 2014 18:21
Show Gist options
  • Select an option

  • Save Porta/9214699 to your computer and use it in GitHub Desktop.

Select an option

Save Porta/9214699 to your computer and use it in GitHub Desktop.
module Ohm
class List
def [](range)
fetch(redis.call("LRANGE", key, range.begin, range.end))
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment