# File lib/moped/node.rb, line 89
    def command(database, cmd, options = {})
      read(Protocol::Command.new(database, cmd, options))
    end