Skip to content

Commit b6cff7e

Browse files
Update content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md
Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com>
1 parent 5b884aa commit b6cff7e

File tree

1 file changed

+2
-2
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs

1 file changed

+2
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Example (Sharded Cluster):
6767
```
6868
mongodb://${SOURCE_DB_USERNAME}:${SOURCE_DB_PASSWORD}@host:30000
6969
```
70-
- For Atlas, adjust the connection string accordingly (see example bellow).
71-
- Set replicaSet and authSource as appropriate for your deployment.
70+
- For Atlas, adjust the connection string accordingly (see example below).
71+
- Set `replicaSet` and `authSource` as appropriate for your deployment.
7272

7373
## 4. Enable Change Streams and Pre/Post Images (Only if Using a Custom Key)
7474
Change Streams: Required only if you are using a custom key in your RDI pipeline. Change streams are available by default on replica sets, sharded clusters, and MongoDB Atlas.

0 commit comments

Comments
 (0)