You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Docs/reference/content/examples/tailable_cursor.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ title = "Using a Tailable Cursor"
11
11
12
12
## Using a Tailable Cursor
13
13
14
-
MongoDB offers the option to watch a [capped collection]({{< docsref "manual/core/capped-collections/" >}}) for changes using a [tailable cursor]({{< docsref "manual/tutorial/create-tailable-cursor/" >}}).
14
+
MongoDB offers the option to watch a [capped collection]({{< docsref "core/capped-collections/" >}}) for changes using a [tailable cursor]({{< docsref "tutorial/create-tailable-cursor/" >}}).
15
15
16
16
The code below "tails" a capped collection and outputs documents to the console as they are added. The method also handles the possibility of a dead cursor by tracking the field `insertDate`. New documents are added with increasing values of `insertDate`.
0 commit comments