Skip to content

Commit 9d12553

Browse files
Apply suggestions from code review
Co-authored-by: andy-stark-redis <[email protected]>
1 parent 272e518 commit 9d12553

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/operate/rc/databases/rdi/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Redis Cloud now supports [Redis Data Integration (RDI)]({{<relref "integrate/red
1414

1515
A relational database usually handles queries much more slowly than a Redis database. If your application uses a relational database and makes many more reads than writes (which is the typical case) then you can improve performance by using Redis as a cache to handle the read queries quickly. Redis Cloud uses [ingest]({{<relref "/integrate/redis-data-integration/">}}) to help you offload all read queries from the application database to Redis automatically.
1616

17-
Having a data pipeline lets you have a cache that is always ready for queries. RDI Data pipelines ensure that any changes made to your primary database are captured in your Redis cache within a few seconds, preventing cache misses and stale data within the cache.
17+
Using a data pipeline lets you have a cache that is always ready for queries. RDI Data pipelines ensure that any changes made to your primary database are captured in your Redis cache within a few seconds, preventing cache misses and stale data within the cache.
1818

1919
RDI helps Redis customers sync Redis Cloud with live data from their primary databases to:
2020
- Meet the required speed and scale of read queries and provide an excellent and predictable user experience.

content/operate/rc/databases/rdi/provision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ After you have prepared your source database and connection information, you can
2424

2525
At this point, Redis Cloud will attempt to create your new pipeline.
2626

27-
Pipelines are created in the background. While they're creating, you aren't allowed to make changes. This process will take some time.
27+
Pipelines are created in the background. While they're being created, you aren't allowed to make changes. This process will take some time.
2828

2929
See [Troubleshoot pipeline]() to view a list of errors that can occur at this point.
3030

content/operate/rc/databases/rdi/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ weight: 1
2525

2626
Before using the pipeline, you must first prepare your source database to use the Debezium connector for change data capture (CDC).
2727

28-
See [Prepare source databases]({{<relref "/integrate/redis-data-integration/ingest/data-pipelines/prepare-dbs/">}}) to find steps for your database type.
28+
See [Prepare source databases]({{<relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs/">}}) to find steps for your database type.
2929

30-
See the [RDI architecture overview]({{< relref "/integrate/redis-data-integration/ingest/architecture#overview" >}}) for more information about CDC.
30+
See the [RDI architecture overview]({{< relref "/integrate/redis-data-integration/architecture#overview" >}}) for more information about CDC.
3131

3232
## Share source database credentials
3333

0 commit comments

Comments
 (0)