File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -1017,9 +1017,6 @@ Replication Methods
1017
1017
- Returns the status of the secondary members of the replica set.
1018
1018
1019
1019
This is identical to the ``rs.printSecondaryReplicationInfo()`` method.
1020
- This method's output is similar to the
1021
- :method:`db.printSlaveReplicationInfo()` method. The :method:`db.printSlaveReplicationInfo()` method is deprecated in ``mongosh``. Use
1022
- ``db.printSecondaryReplicationInfo()`` instead.
1023
1020
1024
1021
The following is an example output from the
1025
1022
``rs.printSecondaryReplicationInfo()`` method issued on a replica set with two secondary members:
@@ -1044,10 +1041,7 @@ Replication Methods
1044
1041
- Returns the status of the secondary members of the replica set.
1045
1042
1046
1043
This is identical to the ``db.printSecondaryReplicationInfo()``
1047
- method. This method's output is similar to the
1048
- :method:`rs.printSlaveReplicationInfo()` method in the legacy
1049
- |mongo| shell. The :method:`rs.printSlaveReplicationInfo()` method is deprecated in ``mongosh``. Use
1050
- ``rs.printSecondaryReplicationInfo()`` instead.
1044
+ method.
1051
1045
1052
1046
The following is an example output from the
1053
1047
``rs.printSecondaryReplicationInfo()`` method issued on a replica set with two secondary members:
You can’t perform that action at this time.
0 commit comments