mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Use aggregate command in executeReadWriteCommand docs
findAndModify does not take a readConcern so it is more suited to executeWriteCommand. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@350222 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
6ec0096178
commit
8da06974bc
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
<para>
|
||||
This method will apply logic that is specific to commands that read and write
|
||||
(e.g.
|
||||
<link xlink:href="&url.mongodb.docs;reference/command/findAndModify/">findAndModify</link>)
|
||||
<link xlink:href="&url.mongodb.docs;reference/command/aggregate/">aggregate</link>)
|
||||
and take the MongoDB server version into account. The
|
||||
<literal>"readConcern"</literal> and <literal>"writeConcern"</literal>
|
||||
options will default to the corresponding values from the
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<para>
|
||||
This method will apply logic that is specific to commands that read and write
|
||||
(e.g.
|
||||
<link xlink:href="&url.mongodb.docs;reference/command/findAndModify/">findAndModify</link>)
|
||||
<link xlink:href="&url.mongodb.docs;reference/command/aggregate/">aggregate</link>)
|
||||
and take the MongoDB server version into account. The
|
||||
<literal>"readConcern"</literal> and <literal>"writeConcern"</literal>
|
||||
options will default to the corresponding values from the
|
||||
|
|
Loading…
Reference in a new issue