Skip to content

Commit bade076

Browse files
committed
Link to change streams
1 parent fafc3e2 commit bade076

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

source/tutorials/ruby-driver-change-streams.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _change-streams:
2+
13
==============
24
Change Streams
35
==============

source/tutorials/ruby-driver-collection-tasks.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,8 @@ To drop a collection, call ``drop`` on the collection object.
128128
client = Mongo::Client.new([ '127.0.0.1:27017' ], :database => 'music')
129129
artists = client[:artists]
130130
artists.drop
131+
132+
Change Streams
133+
``````````````
134+
135+
See :ref:`Change Streams <change-streams>`.

0 commit comments

Comments
 (0)