Skip to content
Draft
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/develop/ai/context-engine/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ You define your data model once, specifying the entities that matter (such as cu

## Data integration

AI agents are only as reliable as the data they work with. [Redis Data Integration (RDI)]({{< relref "/operate/rc/databases/rdi" >}}) keeps your Redis Cloud database in sync with your existing relational databases, including Oracle, MySQL, PostgreSQL, and SQL Server, so agents always have access to current, accurate business data without querying slow primary databases directly.
AI agents are only as reliable as the data they work with. [Redis Data Integration (RDI)]({{< relref "/operate/rc/rdi" >}}) keeps your Redis Cloud database in sync with your existing relational databases, including Oracle, MySQL, PostgreSQL, and SQL Server, so agents always have access to current, accurate business data without querying slow primary databases directly.

RDI uses a data pipeline that performs an initial sync of your source data into Redis, then captures changes in real time. Updates from your primary database appear in Redis within seconds, eliminating stale data and cache misses. Your agents interact only with Redis, which provides fast and predictable query performance.

Expand Down
10 changes: 5 additions & 5 deletions content/develop/ai/context-engine/data-integration/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ weight: 40

Redis Data Integration (RDI) is a fully-managed data pipeline service that keeps your Redis Cloud database in sync with your existing relational databases in near real time. By streaming live data from your primary databases into Redis, RDI ensures that AI agents always have access to accurate, up-to-date business data without querying slow source databases directly.

[Get started](#get-started) with RDI on [Redis Cloud]({{< relref "/operate/rc/databases/rdi" >}}) or explore the full [Redis Data Integration documentation]({{< relref "/integrate/redis-data-integration" >}}).
[Get started](#get-started) with RDI on [Redis Cloud]({{< relref "/operate/rc/rdi" >}}) or explore the full [Redis Data Integration documentation]({{< relref "/integrate/redis-data-integration" >}}).

## Redis Data Integration overview

Expand Down Expand Up @@ -62,11 +62,11 @@ RDI on Redis Cloud is available in preview for Redis Cloud Pro databases hosted

To get started:

1. [Prepare your source database]({{< relref "/operate/rc/databases/rdi/setup" >}}) and configure credentials and connectivity.
2. [Define your data pipeline]({{< relref "/operate/rc/databases/rdi/define" >}}) by selecting which tables to sync and how to map them.
3. [View and manage your pipeline]({{< relref "/operate/rc/databases/rdi/view-edit" >}}) once it's running.
1. [Prepare your source database]({{< relref "/operate/rc/rdi/setup" >}}) and configure credentials and connectivity.
2. [Define your data pipeline]({{< relref "/operate/rc/rdi/define" >}}) by selecting which tables to sync and how to map them.
3. [View and manage your pipeline]({{< relref "/operate/rc/rdi/view-edit" >}}) once it's running.

See the [RDI Cloud quick start]({{< relref "/operate/rc/databases/rdi/quick-start" >}}) to get up and running quickly with a PostgreSQL source database.
See the [RDI Cloud quick start]({{< relref "/operate/rc/rdi/quick-start" >}}) to get up and running quickly with a PostgreSQL source database.

-tab-sep-

Expand Down
2 changes: 1 addition & 1 deletion content/embeds/rc-context-retriever-get-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
To set up a Redis Context Retriever on Redis Cloud, you need a database on Redis Cloud that already has relevant data. If you use a relational database, use [Redis Data Integration (RDI)]({{< relref "/operate/rc/databases/rdi" >}}) to ingest data into a Redis Cloud database.
To set up a Redis Context Retriever on Redis Cloud, you need a database on Redis Cloud that already has relevant data. If you use a relational database, use [Redis Data Integration (RDI)]({{< relref "/operate/rc/rdi" >}}) to ingest data into a Redis Cloud database.

When you have a database, [Create a context retriever service]({{< relref "/operate/rc/context-engine/context-retriever/create-service" >}}) for your database on Redis Cloud.

Expand Down
27 changes: 27 additions & 0 deletions content/embeds/rc-rdi-create-rdi-workspace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
To create a Data Integration workspace for an existing [Pro subscription]({{< relref "/operate/rc/databases/create-database/create-pro-database-new" >}}):

1. From the Redis Cloud console, select **Pipelines** from the left-hand menu. If you don't have any workspaces yet, select **Create workspace** to go to the **Create workspace** page.

{{<image filename="images/rc/rdi/rdi-create-workspace-button.png" alt="The create workspace button." width=200px >}}

If you already have a workspace deployed, you'll see your current workspaces. Select **New workspace** to go to the **Create workspace** page.

{{<image filename="images/rc/rdi/rdi-new-workspace-button.png" alt="The new workspace button." width=150px >}}

You can also go to the **Pipelines** tab from your subscription page and select **Create workspace** to go to the **Create workspace** page for your subscription.

{{<image filename="images/rc/rdi/rdi-create-workspace-button.png" alt="The create workspace button." width=200px >}}

2. Select your Pro subscription from the list if it's not already selected.

{{<image filename="images/rc/rdi/rdi-create-workspace-select-subscription.png" alt="The select pro subscription drop down." width=80% >}}

3. A **Data Integration subnet (CIDR)** is automatically generated for you. If, for any reason, a CIDR is not generated, enter a valid CIDR that does not conflict with your applications or other databases.

{{<image filename="images/rc/rdi/rdi-create-workspace-cidr.png" alt="The select pro subscription drop down." width=80% >}}

4. Select **Create workspace** to create your workspace.

{{<image filename="images/rc/rdi/rdi-create-workspace-button.png" alt="The create workspace button." width=200px >}}

Your workspace will be created in the background. You can select **Create pipeline** to [create your pipeline]({{<relref "/operate/rc/rdi/define">}}) while the workspace is provisioning, or you can select **Create pipeline later** to go back to the Redis Cloud console.
2 changes: 1 addition & 1 deletion content/embeds/rc-rdi-secrets-permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
}
```

After you store this secret, you can view and copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources) of your secret on the secret details page. Save the secret ARN to use when you [define your source database]({{<relref "/operate/rc/databases/rdi/define">}}).
After you store this secret, you can view and copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources) of your secret on the secret details page. Save the secret ARN to use when you [define your source database]({{<relref "/operate/rc/rdi/define">}}).
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 databases or [CRDB](https://redis.io/active-active/) (Active Active Replication) targets, and is also available on [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/rdi" >}}).
{{</note>}}

## Features
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type: integration
weight: 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
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/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" >}})
Expand Down
4 changes: 2 additions & 2 deletions content/operate/rc/changelog/october-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ tags:

### Data Integration

Redis Cloud now supports [Redis Data Integration (RDI)]({{< relref "/operate/rc/databases/rdi" >}}) to create data pipelines that ingest data from a supported primary database to Redis.
Redis Cloud now supports [Redis Data Integration (RDI)]({{< relref "/operate/rc/rdi" >}}) to create data pipelines that ingest data from a supported primary database to Redis.

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.

See [Data Integration]({{< relref "/operate/rc/databases/rdi" >}}) to learn how to set up data pipelines with Redis Cloud.
See [Data Integration]({{< relref "/operate/rc/rdi" >}}) to learn how to set up data pipelines with Redis Cloud.

## Security fixes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Redis Context Retriever helps teams expose operational context to AI agents thro

## Prerequisites and limitations

To create a Redis Context Retriever service, you will need a Redis Cloud database that already has relevant data. If you don't have one, see [Create a database]({{< relref "/operate/rc/databases/create-database" >}}). If your source data lives in a relational database, use [Redis Data Integration (RDI)]({{< relref "/operate/rc/databases/rdi" >}}) to ingest it into a Redis Cloud database first.
To create a Redis Context Retriever service, you will need a Redis Cloud database that already has relevant data. If you don't have one, see [Create a database]({{< relref "/operate/rc/databases/create-database" >}}). If your source data lives in a relational database, use [Redis Data Integration (RDI)]({{< relref "/operate/rc/rdi" >}}) to ingest it into a Redis Cloud database first.

{{< note >}}
Agent Memory does not support the following databases during public preview:
Expand Down
Loading
Loading