+1 vote
in MongoDB by

Which is the method used to check the current length of replication lag?
(1)rs.status()
(2)rs.printSlaveReplicationInfo()
(3)rs.initiate()
(4)rs.conf()

1 Answer

0 votes
by

Answer:-(2)rs.printSlaveReplicationInfo()

...