

InterviewSolution
Saved Bookmarks
1. |
______ returns basic help text for replica set functions.(a) rs.printSlaveReplicationInfo()(b) rs.printReplication()(c) rs.help()(d) all of the mentionedI got this question in my homework.My doubt is from Member Configuration topic in chapter Replication Concepts, Processes and Replication Set of MongoDB |
Answer» Correct option is (C) rs.help() |
|