File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ hideListLinks: true
1010| <ul ><li > [ Get started with Redis Cloud] ({{< relref "/operate/rc/rc-quickstart" >}}) </li ><li > [ Create a database] ({{< relref "/operate/rc/databases/create-database" >}}) </li ><li > [ Connect to your database] ({{< relref "/operate/rc/databases/connect" >}}) </li ><li > [ Subscriptions] ({{< relref "/operate/rc/subscriptions" >}}) </li ><li >[ REST API] ({{< relref "/operate/rc/api/" >}})</li ></ul > | <ul ><li > [ Install Redis Software] ({{< relref "/operate/rs/installing-upgrading" >}}) </li ><li > [ Set up a new cluster] ({{< relref "/operate/rs/clusters/new-cluster-setup" >}}) </li ><li > [ Create a database] ({{< relref "/operate/rs/databases/create" >}}) </li ><li > [ Connect to your database] ({{< relref "/operate/rs/databases/connect" >}}) </li ><li >[ REST API] ({{< relref "/operate/rs/references/rest-api/" >}})</li ></ul > |
1111| {{<color-bubble color =" bg-purple-bubble " >}} ** Redis Open Source** | {{<color-bubble color =" bg-gray-bubble " >}} ** Redis for Kubernetes** |
1212| <ul ><li > [ Install Redis 8 in Redis Open Source] ({{< relref "/operate/oss_and_stack/install/install-stack" >}}) </li ><li > [ Install Redis Stack] ({{< relref "/operate/oss_and_stack/install/archive/install-stack/" >}}) (≤ ; 7.4) </li ><li > [ Manage Redis] ({{< relref "/operate/oss_and_stack/management" >}}) </li ></ul > | <ul ><li > [ Deploy Redis for Kubernetes] ({{< relref "/operate/kubernetes/deployment" >}}) </li ><li > [ Architecture] ({{< relref "/operate/kubernetes/architecture" >}}) </li ><li > [ API Reference] ({{< relref "/operate/kubernetes/reference" >}}) </li ></ul > |
13- | {{<color-bubble color =" bg-red-bubble " >}} ** Redis Insight** | |
14- | <ul ><li > [ Install Redis Insight] ({{< relref "/operate/redisinsight/install" >}}) </li ><li > [ Use Redis Insight] ({{< relref "/develop/tools/insight" >}}) </li ><li > [ Download Redis Insight] ( https://redis.io/downloads/#insight ) </li ></ul > | |
13+ | {{<color-bubble color =" bg-red-bubble " >}} ** Redis Insight** | {{< color-bubble color = " bg-white-bubble " >}} ** Redis Data Integration (RDI) ** |
14+ | <ul ><li > [ Install Redis Insight] ({{< relref "/operate/redisinsight/install" >}}) </li ><li > [ Use Redis Insight] ({{< relref "/develop/tools/insight" >}}) </li ><li > [ Download Redis Insight] ( https://redis.io/downloads/#insight ) </li ></ul > | < ul >< li > [ RDI overview ] ({{< relref "/integrate/redis-data-integration/" >}}) </ li >< li > [ Install RDI ] ({{< relref "/integrate/redis-data-integration/installation" >}}) </ li > < li > [ RDI pipelines ] ({{< relref "/integrate/redis-data-integration/data-pipelines" >}}) </ li > </ ul > |
1515
1616## Product features
1717
Original file line number Diff line number Diff line change 1+ ---
2+ Title : Redis Data Integration (RDI)
3+ alwaysopen : false
4+ categories :
5+ - docs
6+ - operate
7+ - kubernetes
8+ description : Deploy and manage Redis Enterprise on Kubernetes with the Redis Enterprise operator.
9+ linkTitle : Redis Data Integration (RDI)
10+ weight : 60
11+ ---
12+
13+ Redis Data Integration (RDI) implements a [ change data capture] ( https://en.wikipedia.org/wiki/Change_data_capture ) (CDC) pattern that tracks changes to the data in a
14+ non-Redis * source* database and makes corresponding changes to a Redis
15+ * target* database. You can use the target as a cache to improve performance
16+ because it will typically handle read queries much faster than the source.
You can’t perform that action at this time.
0 commit comments