File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
content/integrate/redis-data-integration Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff 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
6971You should then provide the details of this database in the [ ` values.yaml ` ] ( #the-valuesyaml-file )
7072file as described below.
Original file line number Diff line number Diff 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
198200installation then the connection will fail if the actual IP address changes for the local
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments