File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Change Stream Examples
14
14
Change streams are available for replica sets or sharded clusters with replica set
15
15
shards. You cannot open a change stream against a standalone :binary:`~bin.mongod`.
16
16
For a sharded cluster, you must issue the open change stream operation against
17
- the :binary:`~bin.mongos`.
17
+ the :binary:`~bin.mongos`.
18
18
19
19
The replica set or the sharded cluster must use:
20
20
@@ -55,14 +55,9 @@ Change Stream Examples
55
55
The C examples below assume that you have `connected to a MongoDB replica set and have accessed a database
56
56
<http://mongoc.org/libmongoc/current/tutorial.html#making-a-connection/>`_
57
57
that contains an ``inventory`` collection.
58
- <<<<<<< HEAD
59
-
60
58
61
- - id: node
62
- =======
63
59
64
60
- id: nodejs
65
- >>>>>>> merge fix
66
61
content: |
67
62
The Node.js examples below assume that you have `connected to a MongoDB replica set and have accessed a database
68
63
<https://mongodb.github.io/node-mongodb-native/api-generated/mongoclient.html#connect>`_
You can’t perform that action at this time.
0 commit comments