Skip to content

Commit 6f0630d

Browse files
DOC-4643 added warnings about clustered RDI DBs
1 parent e0fada1 commit 6f0630d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ information. *This requires Redis Enterprise v6.4 or greater*.
6565
[eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set
6666
[data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}})
6767
to AOF - fsync every 1 sec.
68+
- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the
69+
RDI database is clustered, but it is OK for the target database to be clustered.
6870

6971
You should then provide the details of this database in the [`values.yaml`](#the-valuesyaml-file)
7072
file as described below.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,8 @@ Use the Redis console to create the RDI database with the following requirements
193193
[eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set
194194
[data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}})
195195
to AOF - fsync every 1 sec.
196+
- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the
197+
RDI database is clustered, but it is OK for the target database to be clustered.
196198
197199
{{< note >}}If you specify `localhost` as the address of the RDI database server during
198200
installation then the connection will fail if the actual IP address changes for the local

content/integrate/redis-data-integration/quick-start-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ Use the Redis console to create the RDI database with the following requirements
6363
[eviction policy]({{< relref "/operate/rs/databases/memory-performance/eviction-policy" >}}) to `noeviction` and set
6464
[data persistence]({{< relref "/operate/rs/databases/configure/database-persistence" >}})
6565
to AOF - fsync every 1 sec.
66+
- **Ensure that the RDI database is not clustered.** RDI will not work correctly if the
67+
RDI database is clustered, but it is OK for the target database to be clustered.
6668

6769
### Prepare the pipeline
6870

0 commit comments

Comments
 (0)