Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/embeds/rdi-when-to-use-dec-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ questions:
text: |
Are you transferring data from a single source database?
whyAsk: |
RDI is designed to work with a single source database. Multiple sources or Active-Active replicas create conflicting change events.
RDI is designed to work with a single source database. Multiple sources create conflicting change events.
answers:
no:
value: "No"
Expand Down
1 change: 0 additions & 1 deletion content/embeds/rdi-when-to-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ RDI is not a good fit when:
- Your app needs *immediate* cache consistency (or a hard limit on latency) rather
than *eventual* consistency.
- You need *transactional* consistency between the source and target databases.
- The data is ingested from two replicas of Active-Active at the same time.
- The app must *write* data to the Redis cache, which then updates the source database
(write-behind/write-through patterns).
- Your data set will only ever be small.
Expand Down
1 change: 0 additions & 1 deletion content/operate/rc/rdi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ RDI is not a good fit when:
- Your app needs *immediate* cache consistency (or a hard limit on latency) rather
than *eventual* consistency.
- You need *transactional* consistency between the source and target databases.
- The data is ingested from two replicas of Active-Active at the same time.
- The app must *write* data to the Redis cache, which then updates the source database
(write-behind/write-through patterns).
- Your data set will only ever be small.
Expand Down
Loading