From 1e9341d66ffed47ae6625312c20a8d990f521192 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Thu, 6 Nov 2025 09:56:00 +0000 Subject: [PATCH 1/2] DOC-5928 add links to RDI Cloud from other RDI landing pages --- content/integrate/redis-data-integration/_index.md | 2 +- .../integrate/redis-data-integration/installation/_index.md | 3 ++- content/operate/rdi.md | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 518373a189..479832c343 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 as a feature in [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. From feedb7433967cf5003016f366a60b63d1f570096 Mon Sep 17 00:00:00 2001 From: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> Date: Thu, 6 Nov 2025 14:31:10 +0000 Subject: [PATCH 2/2] Update content/integrate/redis-data-integration/_index.md Co-authored-by: Cameron Bates <102550101+cmilesb@users.noreply.github.com> --- content/integrate/redis-data-integration/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/integrate/redis-data-integration/_index.md b/content/integrate/redis-data-integration/_index.md index 479832c343..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 databases or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets, and is also available as a feature in [Redis Cloud]({{< relref "/operate/rc/databases/rdi" >}}). +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