# File lib/moped/database.rb, line 71
    def command(command)
      read_preference.with_node(cluster) do |node|
        node.command(name, command, query_options({}))
      end
    end