Skip to content

Commit 544557d

Browse files
ZdravkoDonev-redisCopilotandy-stark-redisyaronp68
authored
RDSC-3906: RDI 1.14.0 release notes (#1999)
* RDSC-3906: RDI 1.14.0 release notes * Update content/integrate/redis-data-integration/release-notes/rdi-1-14-0.md Co-authored-by: Copilot <[email protected]> * Updated config.toml with latest version * Update content/integrate/redis-data-integration/release-notes/rdi-1-14-0.md Co-authored-by: andy-stark-redis <[email protected]> * Reword the release ntoes * Apply suggestions from code review Co-authored-by: Yaron Parasol <[email protected]> --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Andy Stark <[email protected]> Co-authored-by: andy-stark-redis <[email protected]> Co-authored-by: Yaron Parasol <[email protected]>
1 parent f1fc6e9 commit 544557d

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
5555
rdi_debezium_server_version = "2.3.0.Final"
5656
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
5757
rdi_cli_latest = "latest"
58-
rdi_current_version = "1.12.3"
58+
rdi_current_version = "1.14.0"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

Comments
 (0)