# File lib/ohm.rb, line 262
    def unshift(model)
      key.call("LPUSH", model.id)
    end