We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8367ad9 commit a7490c0Copy full SHA for a7490c0
source/reference/method/db.getMongo.txt
@@ -22,7 +22,8 @@ db.getMongo()
22
23
.. note::
24
25
- :binary:`~bin.mongosh` has a sub-command,
26
- ``db.getMongo().setSecondaryOk()`` which is not available in
27
- ``mongosh``. Use :method:`Mongo.setReadPref()` instead.
+ The legacy :binary:`mongo` shell has a sub-command,
+ ``db.getMongo().setSecondaryOk()``, which is not available in
+ :binary:`mongosh`. In :binary:`mongosh`, use
28
+ :method:`Mongo.setReadPref()` instead.
29
0 commit comments