Skip to content

Commit de004f0

Browse files
DOC-4787 updated RDI version variable and release month
1 parent d67b1d2 commit de004f0

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
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 = "v1.4.4"
58+
rdi_current_version = "v1.6.0"
5959

6060
[params.clientsConfig]
6161
"Python"={quickstartSlug="redis-py"}

content/integrate/redis-data-integration/release-notes/rdi-1-6-0.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
Title: Redis Data Integration release notes 1.6.0 (January 2025)
2+
Title: Redis Data Integration release notes 1.6.0 (February 2025)
33
alwaysopen: false
44
categories:
55
- docs
66
- operate
77
- rs
88
description: Installation on Kubernetes with a Helm chart. Improvements for installation on VMs.
9-
linkTitle: 1.6.0 (January 2025)
9+
linkTitle: 1.6.0 (February 2025)
1010
toc: 'true'
1111
weight: 992
1212
---
@@ -35,10 +35,6 @@ It also lets you _transform_ the data from relational tables into convenient and
3535

3636
- Many bug fixes
3737

38-
## Issues fixed
39-
40-
41-
4238
## Limitations
4339

4440
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)