Which command adds members to the replica set from MongoDB shell?
replica.add("<hostname>")
rs.insert("<hostname>")
replicaSetAdd("<hostname>")
rs.add("<hostname>")