Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

listCommands

On this page

  • Definition
  • Syntax
listCommands

The listCommands command generates a list of all database commands implemented for the current mongod or mongos instance.

The command has the following syntax:

db.runCommand(
{
listCommands: 1
}
)
←  isSelflockInfo →

On this page