MongoDB ReplSetTest()
replSetTest is an internal command that is not enabled by default. replSetTest must be enabled by using –setParameter enableTestCommands=1 on the mongod command line. replSetTestcannot be enabled during run-time. > var rst = new ReplSetTest( { name: ‘rsTest’, nodes:…