diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 518373a189..d93f6c6482 100644 --- a/content/integrate/redis-data-integration/_index.md +++ b/content/integrate/redis-data-integration/_index.md @@ -42,7 +42,7 @@ and fast data structures that match your app's requirements. You specify the transformations using a configuration system, so no coding is necessary. {{}} -RDI is supported with Redis database or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets. +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" >}}). {{}} ## Features diff --git a/content/integrate/redis-data-integration/installation/_index.md b/content/integrate/redis-data-integration/installation/_index.md index 8e34d2a289..a16b55eec2 100644 --- a/content/integrate/redis-data-integration/installation/_index.md +++ b/content/integrate/redis-data-integration/installation/_index.md @@ -17,7 +17,8 @@ type: integration weight: 2 --- -The guides in this section explain the options you have for installing and upgrading RDI. +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 +learn how to set up RDI for a cloud database. Before you use RDI, you must also configure your source database to enable CDC. See the [Prepare source databases]({{< relref "/integrate/redis-data-integration/data-pipelines/prepare-dbs" >}}) section to learn how to do this. \ No newline at end of file diff --git a/content/operate/rdi.md b/content/operate/rdi.md index 8cac3234cb..4f95186a95 100644 --- a/content/operate/rdi.md +++ b/content/operate/rdi.md @@ -12,4 +12,5 @@ weight: 60 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. See the main [RDI docs section]({{< relref "/integrate/redis-data-integration" >}}) -under [Libraries and tools]({{< relref "/integrate" >}}) for full documentation. +under [Libraries and tools]({{< relref "/integrate" >}}) to learn how to install and use RDI on your own servers. See the +[Redis Cloud RDI guide]({{< relref "/operate/rc/databases/rdi" >}}) to learn how to set up RDI for a cloud database.