# File lib/ohm.rb, line 213
    def range(start, stop)
      fetch(key.call("LRANGE", start, stop))
    end