MongoDB Trick: List Commands
Nice trick to get a list of MongoDB commands:
- Run
db.listCommands()from the shell, or run the equivalentlistCommandscommand from any other driver.- Browse to the
http://localhost:28017/_commandsURL on the MongoDB admin interface.via ☞ choco
Original title and link: MongoDB Trick: List Commands (NoSQL databases © myNoSQL)