Skip to content

Commit 00a96c6

Browse files
DOC-5511 added RDI stub page in Products section
1 parent ebcef53 commit 00a96c6

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

content/operate/rdi.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ alwaysopen: false
44
categories:
55
- docs
66
- operate
7-
- kubernetes
8-
description: Deploy and manage Redis Enterprise on Kubernetes with the Redis Enterprise operator.
7+
description: Keep Redis in sync with a primary database in near real time.
98
linkTitle: Redis Data Integration (RDI)
109
weight: 60
1110
---
1211

13-
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
14-
non-Redis *source* database and makes corresponding changes to a Redis
15-
*target* database. You can use the target as a cache to improve performance
16-
because it will typically handle read queries much faster than the source.
12+
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.
13+
14+
See [Redis Data Integration]({{< relref "/integrate/redis-data-integration" >}}) for more information.

0 commit comments

Comments
 (0)