Skip to content

Commit b4e04b8

Browse files
committed
Merge branch 'rc-rebrand' into DOC-5026
2 parents c1f0bea + 43cd6f6 commit b4e04b8

35 files changed

+70
-43
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.6.3"
58+
rdi_current_version = "v1.6.4"
5959

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

content/commands/sadd/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,8 @@ An error is returned when the value stored at `key` is not a set.
6565
## Examples
6666

6767
{{< clients-example cmds_set sadd >}}
68-
redis> SADD myset "Hello"
69-
(integer) 1
70-
redis> SADD myset "World"
71-
(integer) 1
68+
redis> SADD myset "Hello" "World"
69+
(integer) 2
7270
redis> SADD myset "World"
7371
(integer) 0
7472
redis> SMEMBERS myset
@@ -79,8 +77,7 @@ redis> SMEMBERS myset
7977
Give these commands a try in the interactive console:
8078

8179
{{% redis-cli %}}
82-
SADD myset "Hello"
83-
SADD myset "World"
80+
SADD myset "Hello" "World"
8481
SADD myset "World"
8582
SMEMBERS myset
8683
{{% /redis-cli %}}

content/integrate/redis-data-integration/installation/install-k8s.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ You can use this installation on [OpenShift](https://docs.openshift.com/) and ot
3838
including cloud providers' K8s managed clusters.
3939

4040
You can pull the RDI images from the
41-
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.3.tgz)
41+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.4.tgz)
4242
or from your own [private image registry](#using-a-private-image-registry).
4343

4444
## Before you install
@@ -51,7 +51,7 @@ Complete the following steps before running Helm:
5151
[Access control]({{< relref "/operate/rs/security/access-control" >}}) for
5252
more information).
5353
- Download the RDI helm chart tar file from the
54-
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.3.tgz).
54+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.4.tgz).
5555
- If you want to use a private image registry,
5656
[prepare it with the RDI images](#using-a-private-image-registry).
5757

@@ -105,7 +105,7 @@ file as described below.
105105
### Using a private image registry
106106

107107
Add the RDI images from the
108-
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.3.tgz)
108+
[download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.4.tgz)
109109
to your local registry.
110110
The example below shows how to specify the registry and image pull secret in the
111111
[`values.yaml`](#the-valuesyaml-file) file for the Helm chart:

content/integrate/redis-data-integration/installation/install-vm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ ufw allow 9121/tcp # rdi-metric-exporter
162162
Follow the steps below for each of your VMs:
163163

164164
1. Download the RDI installer from the
165-
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-1.6.3.tar.gz)
165+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-1.6.4.tar.gz)
166166
(from the *Modules, Tools & Integration* category) and extract it to your preferred installation
167167
folder.
168168

content/integrate/redis-data-integration/installation/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Follow the steps below to upgrade an existing
2323
of RDI:
2424

2525
1. Download the RDI installer from the
26-
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-1.6.3.tar.gz)
26+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-installation-1.6.4.tar.gz)
2727
(in the *Modules, Tools & Integration* category) and extract it to your
2828
preferred installation folder.
2929

@@ -97,7 +97,7 @@ installation of RDI:
9797
```
9898
9999
1. Download the RDI helm chart tar file from the
100-
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.3.tgz).
100+
[Redis download center](https://redis-enterprise-software-downloads.s3.amazonaws.com/redis-di/rdi-1.6.4.tgz).
101101
102102
1. Run the `helm upgrade` command:
103103
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
Title: Redis Data Integration release notes 1.6.4 (April 2025)
3+
alwaysopen: false
4+
categories:
5+
- docs
6+
- operate
7+
- rs
8+
description: Installation on Kubernetes with a Helm chart. Improvements for installation on VMs.
9+
linkTitle: 1.6.4 (April 2025)
10+
toc: 'true'
11+
weight: 988
12+
---
13+
14+
> This maintenance release replaces the 1.6.3 release.
15+
16+
RDI’s mission is to help Redis customers sync Redis Enterprise with live data from their slow disk-based databases to:
17+
18+
- Meet the required speed and scale of read queries and provide an excellent and predictable user experience.
19+
- Save resources and time when building pipelines and coding data transformations.
20+
- Reduce the total cost of ownership by saving money on expensive database read replicas.
21+
22+
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.
23+
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.
24+
25+
## Headlines
26+
27+
- Feature: Add support for Debezium 3.0.8
28+
29+
## Limitations
30+
31+
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.

content/operate/rc/resilient-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ These settings can be turned on when you create or edit your database.
1919

2020
### Enable data persistence
2121

22-
Enabling [Data persistence]({{< relref "/operate/rc/databases/configuration/high-availability" >}}) allows Redis to save your data to a durable storage medium, such as a disk, to ensure data availability in case of memory loss or system failure.
22+
Enabling [Data persistence]({{< relref "/operate/rc/databases/configuration/data-persistence" >}}) allows Redis to save your data to a durable storage medium, such as a disk, to ensure data availability in case of memory loss or system failure.
2323

2424
Redis Cloud supports the following data persistence options:
2525

content/operate/rc/subscriptions/delete-subscription.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ To delete a subscription:
2020

2121
The number of databases for the subscription is shown in the subscription list. You cannot delete a subscription until there are zero databases in the subscription.
2222

23-
{{<image filename="images/rc/subscription-list-free-no-databases.png" width="75%" alt="The number of databases is shown in the bottom, left of the subscription in the subscription list." >}}
23+
{{<image filename="images/rc/subscription-list-pro-no-databases.png" width="50%" alt="The number of databases is shown in the bottom, left of the subscription in the subscription list." >}}
2424

2525
2. View the subscription details.
2626

2727
If you have more than one subscription, select the target subscription from the subscription list.
2828

2929
3. Select the **Overview** tab.
3030

31-
{{<image filename="images/rc/subscription-details-fixed-overview-tab.png" width="75%" alt="The Overview tab displays the details of your subscription." >}}
31+
{{<image filename="images/rc/subscription-details-overview-flexible.png" width="75%" alt="The Overview tab displays the details of your subscription." >}}
3232

3333
4. Select the **Delete subscription** button.
3434

@@ -37,4 +37,4 @@ To delete a subscription:
3737
{{<image filename="images/rc/subscription-delete-confirm-dialog.png" alt="Select the Yes, cancel button to confirm the subscription cancellation." >}}
3838

3939

40-
5. Select the **Yes, delete** button to confirm your choice.
40+
5. Select the **Delete subscription** button to confirm your choice.

content/operate/rc/subscriptions/maintenance/_index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,11 @@ We won't schedule major upgrades or upgrades that might include breaking changes
6363

6464
Redis will notify you by email when maintenance starts and ends. If Redis needs an action from you to start maintenance, we will notify you with a reasonable amount of time before planned maintenance.
6565

66-
If you want to receive maintenance notifications by email:
66+
If you want to receive advance notifications, you must [set manual maintenance windows]({{< relref "/operate/rc/subscriptions/maintenance/set-maintenance-windows#set-manual-maintenance-windows" >}}).
67+
68+
To receive maintenance notifications by email:
69+
70+
1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.
6771

6872
1. Go to [Access Management]({{< relref "/operate/rc/security/access-control/access-management" >}}) and select your account in the list.
6973

content/operate/rc/subscriptions/maintenance/set-maintenance-windows.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ To set manual maintenance windows for a single Redis Cloud Pro subscription:
4040
- Select the time that Redis can start performing maintenance on those days in the **From** drop-down.
4141
- Select the amount of time that Redis can perform maintenance in the **Duration** drop-down.
4242
- Select **+ Time Frame** to add another time frame for maintenance.
43+
- Select **Advance notification** if you want to be notified of maintenance in advance.
4344

4445
Redis recommends allowing maintenance on at least two different days for 8 hours on each day.
4546

0 commit comments

Comments
 (0)