Skip to content

Commit 4117cf3

Browse files
authored
Merge pull request #23 from RedisInsight/feature/RI-5662-remove-tf-to-latest
#RI-5662 - remove tf, rdi tip to latest
2 parents c77cbf2 + 1e1d54c commit 4117cf3

File tree

2 files changed

+43
-5
lines changed

2 files changed

+43
-5
lines changed

src/guide-links.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99
"tutorialId": "ds-json-intro",
1010
"icon": "json"
1111
},
12-
{
13-
"title": "Triggers and functions",
14-
"tutorialId": "tf-intro",
15-
"icon": "triggers-and-functions"
16-
},
1712
{
1813
"title": "Time Series",
1914
"tutorialId": "ds-ts-intro",

src/recommendations.json

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,6 +1440,7 @@
14401440
},
14411441
"luaToFunctions": {
14421442
"id": "luaToFunctions",
1443+
"deprecated": true,
14431444
"title": "Consider using triggers and functions",
14441445
"tutorialId": "tf-intro",
14451446
"content": [
@@ -1501,6 +1502,7 @@
15011502
},
15021503
"functionsWithStreams": {
15031504
"id": "functionsWithStreams",
1505+
"deprecated": true,
15041506
"title": "Consider using triggers and functions to react in real-time to stream entries",
15051507
"tutorialId": "tf-intro",
15061508
"content": [
@@ -1578,6 +1580,7 @@
15781580
},
15791581
"functionsWithKeyspace": {
15801582
"id": "functionsWithKeyspace",
1583+
"deprecated": true,
15811584
"title": "Consider using triggers and functions to react in real-time to database changes",
15821585
"tutorialId": "tf-intro",
15831586
"content": [
@@ -1652,5 +1655,45 @@
16521655
}
16531656
],
16541657
"badges": ["code_changes"]
1658+
},
1659+
"tryRDI": {
1660+
"id": "tryRDI",
1661+
"title": "Sync Redis with live data from another database",
1662+
"content": [
1663+
{
1664+
"type": "paragraph",
1665+
"value": "Redis Data Integration (RDI) can ingest data from a source database into Redis cache using Change Data Capture (CDC) to follow data changes and a streaming pipeline to model the data in Redis to your application needs without coding."
1666+
},
1667+
{
1668+
"type": "spacer",
1669+
"value": "l"
1670+
},
1671+
{
1672+
"type": "span",
1673+
"value": "See the "
1674+
},
1675+
{
1676+
"type": "link",
1677+
"value": {
1678+
"href": "https://redis.io/docs/latest/integrate/redis-data-integration/ingest/quick-start-guide/",
1679+
"name": "documentation"
1680+
}
1681+
},
1682+
{
1683+
"type": "span",
1684+
"value": " to learn more about Redis Data Integration."
1685+
},
1686+
{
1687+
"type": "spacer",
1688+
"value": "l"
1689+
},
1690+
{
1691+
"type": "internal-link",
1692+
"value": {
1693+
"path": "/integrate",
1694+
"name": "Start working with RDI"
1695+
}
1696+
}
1697+
]
16551698
}
16561699
}

0 commit comments

Comments
 (0)