You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/rdi.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,11 @@ alwaysopen: false
4
4
categories:
5
5
- docs
6
6
- 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.
9
8
linkTitle: Redis Data Integration (RDI)
10
9
weight: 60
11
10
---
12
11
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