File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ hideListLinks: true
10
10
| <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 > |
11
11
| {{<color-bubble color =" bg-purple-bubble " >}} ** Redis Open Source** | {{<color-bubble color =" bg-gray-bubble " >}} ** Redis for Kubernetes** |
12
12
| <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 > |
15
15
16
16
## Product features
17
17
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
+ description : Keep Redis in sync with a primary database in near real time.
8
+ linkTitle : Redis Data Integration (RDI)
9
+ weight : 60
10
+ ---
11
+
12
+ Redis Data Integration (RDI) is a [ change data capture] ( https://en.wikipedia.org/wiki/Change_data_capture ) (CDC) system that tracks changes to the data in a non-Redis source database and makes corresponding changes to a Redis target database. You can use the target as a cache to improve performance because it will typically handle read queries much faster than the source.
13
+
14
+ See [ Redis Data Integration] ({{< relref "/integrate/redis-data-integration" >}}) for more information.
You can’t perform that action at this time.
0 commit comments