mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Document retryWrites MongoDB URI option
https://jira.mongodb.org/browse/PHPC-986 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343904 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
5d5ec0df7b
commit
a1237d6e72
1 changed files with 24 additions and 0 deletions
|
@ -310,6 +310,22 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
|
|||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>retryWrites</entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
<entry>
|
||||
<para>
|
||||
If &true;, the driver will automatically retry certain write
|
||||
operations that fail due to transient network errors or replica set
|
||||
elections. Defaults to &false;.
|
||||
</para>
|
||||
<para>
|
||||
See
|
||||
<link xlink:href="&url.mongodb.docs;core/distributed-queries/#retryable-writes">Retryable Writes</link>
|
||||
in the MongoDB manual for more information.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>safe</entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
|
@ -576,6 +592,14 @@ mongodb://[username:password@]host1[:port1][,host2[:port2],...[,hostN[:portN]]][
|
|||
</row>
|
||||
</thead>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>1.4.0</entry>
|
||||
<entry>
|
||||
<para>
|
||||
Added the <literal>"retryWrites"</literal> URI option.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>1.3.0</entry>
|
||||
<entry>
|
||||
|
|
Loading…
Reference in a new issue