# File lib/moped/protocol/command.rb, line 53
      def initialize(database, command, options = {})
        super(database, '$cmd', command, options.merge(limit: -1))
      end