Skip to content

Commit aa4bda7

Browse files
andy-stark-rediskaitlynmichael
authored andcommitted
DOC-4367 implemented feedback
1 parent d383e29 commit aa4bda7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/integrate/redis-data-integration/architecture.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ for more information.
142142
### RDI on Kubernetes
143143

144144
You can use the RDI [Helm chart](https://helm.sh/docs/topics/charts/) to install
145-
on [Kubernetes (K8s)](https://kubernetes.io/). This creates:
145+
on [Kubernetes (K8s)](https://kubernetes.io/), including Red Hat
146+
[OpenShift](https://docs.openshift.com/). This creates:
146147

147148
- A K8s [namespace](https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/) named `rdi`.
148149
- [Deployments](https://kubernetes.io/docs/concepts/workloads/controllers/deployment/) for the

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,4 @@ It also lets you _transform_ the data from relational tables into convenient and
3737

3838
## Limitations
3939

40-
- 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.
41-
- RDI write-behind (which is currently in preview) should not be used on the same data set that RDI ingest is writing to Redis. This would either cause an infinite loop or would harm the data integrity, since both ingest and write-behind are asynchronous, eventually-consistent processes.
40+
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)