How can I run db.runCommand("serverStatus") in scala 2.11.4? I'm using play2-reactivemongo 0.10.5.0.akka23 ? The db.command takes RawCommand in reactiveMongo which in turn is a BSONDocument. How to run commands of database like db.serverStatus() or db.printShardingStatus()
Thanks