diff --git a/content/operate/rdi.md b/content/operate/rdi.md index dacb03fd0b..8cac3234cb 100644 --- a/content/operate/rdi.md +++ b/content/operate/rdi.md @@ -11,4 +11,5 @@ weight: 60 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. +See the main [RDI docs section]({{< relref "/integrate/redis-data-integration" >}}) +under [Libraries and tools]({{< relref "/integrate" >}}) for full documentation.