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 8166735 commit 863ebbdCopy full SHA for 863ebbd
source/applications/replication.txt
@@ -284,8 +284,8 @@ behavior <replica-set-read-preference-behavior>`. See also the
284
on read operations without preference for current or stale data.
285
286
If you specify a :ref:`tag set <replica-set-read-preference-tag-sets>`,
287
- the client attempts to find a secondary member that matches the
288
- specified tag set and directs reads to a random secondary from
+ the client attempts to find a replica set member that matches the
+ specified tag set and directs reads to an arbitrary member from
289
among the :ref:`nearest group <replica-set-read-preference-behavior-nearest>`.
290
291
Read operations using the :readmode:`nearest` mode may return stale data.
0 commit comments