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 to learn how to install and use RDI on your own servers. See the Redis Cloud RDI guide to learn how to set up RDI for a cloud database.

RATE THIS PAGE
Back to top ↑