Skip to content

Commit e5c1a5b

Browse files
Merge pull request #2357 from redis/DOC-5928-rdi-cloud-landing-links
DOC-5928 add links to RDI Cloud from other RDI landing pages
2 parents 51f3064 + feedb74 commit e5c1a5b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

content/integrate/redis-data-integration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ and fast data structures that match your app's requirements. You specify the
4242
transformations using a configuration system, so no coding is necessary.
4343

4444
{{<note>}}
45-
RDI is supported with Redis database or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets.
45+
RDI is supported with Redis databases or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets, and is also available on [Redis Cloud]({{< relref "/operate/rc/databases/rdi" >}}).
4646
{{</note>}}
4747

4848
## Features

content/integrate/redis-data-integration/installation/_index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ type: integration
1717
weight: 2
1818
---
1919

20-
The guides in this section explain the options you have for installing and upgrading RDI.
20+
The guides in this section explain the options you have for installing and upgrading RDI on your own servers. See the [Redis Cloud RDI guide]({{< relref "/operate/rc/databases/rdi" >}}) to
21+
learn how to set up RDI for a cloud database.
2122
Before you use RDI, you must also configure your source database to enable CDC. See the
2223
[Prepare source databases]({{< relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs" >}})
2324
section to learn how to do this.

content/operate/rdi.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ weight: 60
1212
Redis Data Integration (RDI) is a [change data capture](https://en.wikipedia.org/wiki/Change_data_capture) (CDC) system that tracks changes to the data in a non-Redis source database and makes corresponding changes to a Redis target database. You can use the target as a cache to improve performance because it will typically handle read queries much faster than the source.
1313

1414
See the main [RDI docs section]({{< relref "/integrate/redis-data-integration" >}})
15-
under [Libraries and tools]({{< relref "/integrate" >}}) for full documentation.
15+
under [Libraries and tools]({{< relref "/integrate" >}}) to learn how to install and use RDI on your own servers. See the
16+
[Redis Cloud RDI guide]({{< relref "/operate/rc/databases/rdi" >}}) to learn how to set up RDI for a cloud database.

0 commit comments

Comments
 (0)