# File lib/ohm.rb, line 616
    def delete(model)
      key.call("SREM", model.id)
    end