Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/integrate/redis-data-integration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

{{<note>}}
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" >}}).
{{</note>}}

## Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
3 changes: 2 additions & 1 deletion content/operate/rdi.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.