+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()

...