+1 vote
in MongoDB by
Which is the method used to check the current length of replication lag?

Pick the best answer from given options

a) rs.status()

b) rs.printSlaveReplicationInfo()

c) rs.initiate()

d) rs.conf()

1 Answer

0 votes
by

Correct answer for above question is : b) rs.printSlaveReplicationInfo()

Related questions

+1 vote
asked Apr 17, 2021 in MongoDB by rajeshsharma
+2 votes
asked Apr 17, 2021 in MongoDB by rajeshsharma
...