Redis Data Integration (RDI)

Keep Redis in sync with a primary database in near real time.

Redis Data Integration (RDI) is a 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 the main RDI docs section under Libraries and tools for full documentation.

RATE THIS PAGE
Back to top ↑