# File lib/moped/node.rb, line 516
    def update(database, collection, selector, change, concern, options = {})
      write(Protocol::Update.new(database, collection, selector, change, options), concern)
    end