|
| 1 | +--- |
| 2 | +Title: Redis Data Integration release notes 1.10.0 (May 2025) |
| 3 | +alwaysopen: false |
| 4 | +categories: |
| 5 | +- docs |
| 6 | +- operate |
| 7 | +- rs |
| 8 | +description: | |
| 9 | + Added support for MongoDB as a source, with a scaffold template and |
| 10 | + enhanced configuration validation. |
| 11 | + Implemented automatic deletion of pods affected by secret rotation. |
| 12 | +linkTitle: 1.10.0 (May 2025) |
| 13 | +toc: 'true' |
| 14 | +weight: 983 |
| 15 | +--- |
| 16 | + |
| 17 | +{{< note >}}This minor release replaces the 1.8.0 release.{{< /note >}} |
| 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 | +## Headlines |
| 29 | + |
| 30 | +- Added support for MongoDB as a source, including MongoDB 6.0 and 7.0, for both on-premises and MongoDB Atlas deployments. |
| 31 | +- Introduced a MongoDB scaffold template and enhanced configuration validation. |
| 32 | +- Implemented automatic deletion of pods affected by secret rotation to ensure updated secrets are applied. |
| 33 | + |
| 34 | +## Detailed changes |
| 35 | + |
| 36 | +**Other Features, Improvements and Enhancements** |
| 37 | + |
| 38 | +The `redis-di scaffold` cli command can now scaffold MongoDB configuration. It can also scaffold different flavors: |
| 39 | + - `--db-flavor mongodb-atlas` |
| 40 | + - `--db-flavor mongodb-replica-set` |
| 41 | + - `--db-flavor mongodb-sharded-cluster` |
| 42 | + |
| 43 | +## Limitations |
| 44 | + |
| 45 | +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