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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,4 +11,5 @@ weight: 60
11
11
12
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
13
14
-
See [Redis Data Integration]({{< relref "/integrate/redis-data-integration" >}}) for more information.
14
+
See the main [RDI docs section]({{< relref "/integrate/redis-data-integration" >}})
15
+
under [Libraries and tools]({{< relref "/integrate" >}}) for full documentation.
0 commit comments