The command db.adminCommand({listCommands:1}) returns a JSON result with a list of commands supported by the server. In 2.6 this was ordered by command name (sorted). In 3.0 it has no order.
- is related to
-
SERVER-19308 Basic test coverage for listCommands command
- Closed
- links to