# File lib/ohm.rb, line 257
    def push(model)
      key.call("RPUSH", model.id)
    end