From ebcef5327dfa6dc285f0fd524789c0756ba91708 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 30 Jul 2025 15:00:25 +0100 Subject: [PATCH 1/2] DOC-5511 started RDI product listing --- content/operate/_index.md | 4 ++-- content/operate/rdi.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 content/operate/rdi.md diff --git a/content/operate/_index.md b/content/operate/_index.md index 4502d01e0..2ed166aaa 100644 --- a/content/operate/_index.md +++ b/content/operate/_index.md @@ -10,8 +10,8 @@ hideListLinks: true | | | | {{}} **Redis Open Source** | {{}} **Redis for Kubernetes** | |
  • [Install Redis 8 in Redis Open Source]({{< relref "/operate/oss_and_stack/install/install-stack" >}})
  • [Install Redis Stack]({{< relref "/operate/oss_and_stack/install/archive/install-stack/" >}}) (≤ 7.4)
  • [Manage Redis]({{< relref "/operate/oss_and_stack/management" >}})
|
  • [Deploy Redis for Kubernetes]({{< relref "/operate/kubernetes/deployment" >}})
  • [Architecture]({{< relref "/operate/kubernetes/architecture" >}})
  • [API Reference]({{< relref "/operate/kubernetes/reference" >}})
| -| {{}} **Redis Insight** | | -|
  • [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}})
  • [Use Redis Insight]({{< relref "/develop/tools/insight" >}})
  • [Download Redis Insight](https://redis.io/downloads/#insight)
| | +| {{}} **Redis Insight** | {{}} **Redis Data Integration (RDI)** | +|
  • [Install Redis Insight]({{< relref "/operate/redisinsight/install" >}})
  • [Use Redis Insight]({{< relref "/develop/tools/insight" >}})
  • [Download Redis Insight](https://redis.io/downloads/#insight)
|
  • [RDI overview]({{< relref "/integrate/redis-data-integration/" >}})
  • [Install RDI]({{< relref "/integrate/redis-data-integration/installation" >}})
  • [RDI pipelines]({{< relref "/integrate/redis-data-integration/data-pipelines" >}})
| ## Product features diff --git a/content/operate/rdi.md b/content/operate/rdi.md new file mode 100644 index 000000000..b2866cd37 --- /dev/null +++ b/content/operate/rdi.md @@ -0,0 +1,16 @@ +--- +Title: Redis Data Integration (RDI) +alwaysopen: false +categories: +- docs +- operate +- kubernetes +description: Deploy and manage Redis Enterprise on Kubernetes with the Redis Enterprise operator. +linkTitle: Redis Data Integration (RDI) +weight: 60 +--- + +Redis Data Integration (RDI) implements a [change data capture](https://en.wikipedia.org/wiki/Change_data_capture) (CDC) pattern 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. \ No newline at end of file From 00a96c67041b072e6bf666f7fe7138c8d18faf28 Mon Sep 17 00:00:00 2001 From: Andy Stark Date: Wed, 30 Jul 2025 16:54:25 +0100 Subject: [PATCH 2/2] DOC-5511 added RDI stub page in Products section --- content/operate/rdi.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/content/operate/rdi.md b/content/operate/rdi.md index b2866cd37..dacb03fd0 100644 --- a/content/operate/rdi.md +++ b/content/operate/rdi.md @@ -4,13 +4,11 @@ alwaysopen: false categories: - docs - operate -- kubernetes -description: Deploy and manage Redis Enterprise on Kubernetes with the Redis Enterprise operator. +description: Keep Redis in sync with a primary database in near real time. linkTitle: Redis Data Integration (RDI) weight: 60 --- -Redis Data Integration (RDI) implements a [change data capture](https://en.wikipedia.org/wiki/Change_data_capture) (CDC) pattern 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. \ No newline at end of file +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 [Redis Data Integration]({{< relref "/integrate/redis-data-integration" >}}) for more information.