|
| 1 | +--- |
| 2 | +Title: Redis Data Integration release notes 1.14.0 (August 2025) |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rs |
| 8 | +description: | |
| 9 | + New RDI API v2 with enhanced pipeline management. |
| 10 | + Improved Oracle RAC support with configuration scaffolding. |
| 11 | + Enhanced metrics and monitoring capabilities. |
| 12 | + Better TLS/mTLS support across components. |
| 13 | +linkTitle: 1.14.0 (August 2025) |
| 14 | +toc: 'true' |
| 15 | +weight: 978 |
| 16 | +--- |
| 17 | + |
| 18 | + |
| 19 | +RDI’s mission is to help Redis customers sync Redis Enterprise with live data from their slow disk-based databases to: |
| 20 | + |
| 21 | +- Meet the required speed and scale of read queries and provide an excellent and predictable user experience. |
| 22 | +- Save resources and time when building pipelines and coding data transformations. |
| 23 | +- Reduce the total cost of ownership by saving money on expensive database read replicas. |
| 24 | + |
| 25 | +RDI keeps the Redis cache up to date with changes in the primary database, using a [_Change Data Capture (CDC)_](https://en.wikipedia.org/wiki/Change_data_capture) mechanism. |
| 26 | +It also lets you _transform_ the data from relational tables into convenient and fast data structures that match your app's requirements. You specify the transformations using a configuration system, so no coding is required. |
| 27 | + |
| 28 | +## What's New in 1.14.0 |
| 29 | + |
| 30 | +- Added support for Google Cloud Spanner databases: |
| 31 | + - Compatible with both Google SQL and PostgreSQL dialects |
| 32 | + - Secure data collection through Apache Flink with built-in TLS/mTLS support |
| 33 | +- Fixing: MariaDB TLS connection not working when using TLS to the RDI database |
| 34 | +- Introduced RDI operator metrics for better monitoring and troubleshooting of the work of the operator |
| 35 | +- The `redis-di status` command now shows a detailed breakdown of the processor processing times: |
| 36 | + - Separate `Transform time` metric showing how long data transformations take |
| 37 | + - Distinct `Write time` metric indicating Redis write operation duration |
| 38 | + |
| 39 | +## Limitations |
| 40 | + |
| 41 | +RDI can write data to a Redis Active-Active database. However, it doesn't support writing data to two or more Active-Active replicas. Writing data from RDI to several Active-Active replicas could easily harm data integrity as RDI is not synchronous with the source database commits. |
0 commit comments