File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,12 @@ Replica Sets
9090------------
9191
9292To connect to a replica set, it is recommended to specify all nodes that are
93- part of the replica set, so in the event that one or more nodes becomes
94- unavailable, the driver can still connect to the replica set.
93+ part of the replica set. In the event that one or more nodes becomes unavailable,
94+ specifying all nodes allows the driver to still connect to the replica set,
95+ as long as one node is available.
9596
96- However, it is sufficient to pass the address of any node in the replica set
97- to the driver. The node does not have to be the primary and it may be a hidden node.
97+ However, it is sufficient to pass the address of any one node in the replica set
98+ to the driver. The node does not have to be the primary, and it may be a hidden node.
9899The driver will then automatically discover the remaining nodes.
99100
100101The following example shows how to specify three members of the replica set:
You can’t perform that action at this time.
0 commit comments