Skip to content

Commit

Permalink
change callout style (#3167)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaronp68 authored Mar 5, 2024
1 parent 27168e9 commit 4109d8d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions content/rdi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,17 @@ RDI currently supports these scenarios:

* [Ingest scenario]({{<relref "/rdi/quickstart/ingest-guide">}}). RDI mirrors the application's primary database to Redis using a Capture Data Change (CDC) tool. RDI transforms the database model and types to a Redis model and types. This scenario is useful when the application database is not performant and scalable enough to serve the read queries. RDI helps to offload all read queries to Redis.

> Ingest is supported with targets of Redis database or [CRDB](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) (Active Active Replication)
{{<note>}}
Ingest is supported with targets of Redis database or [CRDB](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) (Active Active Replication)
{{</note>}}

![Ingest flow](/images/rdi/ingest.png)

* [Write-behind scenario (Preview)]({{<relref "/rdi/quickstart/write-behind-guide">}}). RDI applies data changes in Redis to one or more downstream data stores. RDI can map and transform Redis types and models to downstream types and models. This scenario is useful when the application needs fast writes and reads for some of the queries, but has to provide data to other downstream services that need them in different models for other uses.

>Write-behind in NOT supported with [CRDB](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) (Active Active Replication)
{{<note>}}
Write-behind in NOT supported with [CRDB](https://redis.com/redis-enterprise/technology/active-active-geo-distribution/) (Active Active Replication)
{{</note>}}

![Write-behind flow](/images/rdi/write-behind.png)

Expand Down

0 comments on commit 4109d8d

Please sign in to comment.