Skip to content

Commit

Permalink
DOC-4787 updated RDI version variable and release month
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-stark-redis committed Jan 31, 2025
1 parent d67b1d2 commit de004f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ rdi_redis_gears_version = "1.2.6"
rdi_debezium_server_version = "2.3.0.Final"
rdi_db_types = "cassandra|mysql|oracle|postgresql|sqlserver"
rdi_cli_latest = "latest"
rdi_current_version = "v1.4.4"
rdi_current_version = "v1.6.0"

[params.clientsConfig]
"Python"={quickstartSlug="redis-py"}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
Title: Redis Data Integration release notes 1.6.0 (January 2025)
Title: Redis Data Integration release notes 1.6.0 (February 2025)
alwaysopen: false
categories:
- docs
- operate
- rs
description: Installation on Kubernetes with a Helm chart. Improvements for installation on VMs.
linkTitle: 1.6.0 (January 2025)
linkTitle: 1.6.0 (February 2025)
toc: 'true'
weight: 992
---
Expand Down Expand Up @@ -35,10 +35,6 @@ It also lets you _transform_ the data from relational tables into convenient and

- Many bug fixes

## Issues fixed



## Limitations

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 comments on commit de004f0

Please sign in to comment.