You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/recommendations.json
+43Lines changed: 43 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1440,6 +1440,7 @@
1440
1440
},
1441
1441
"luaToFunctions": {
1442
1442
"id": "luaToFunctions",
1443
+
"deprecated": true,
1443
1444
"title": "Consider using triggers and functions",
1444
1445
"tutorialId": "tf-intro",
1445
1446
"content": [
@@ -1501,6 +1502,7 @@
1501
1502
},
1502
1503
"functionsWithStreams": {
1503
1504
"id": "functionsWithStreams",
1505
+
"deprecated": true,
1504
1506
"title": "Consider using triggers and functions to react in real-time to stream entries",
1505
1507
"tutorialId": "tf-intro",
1506
1508
"content": [
@@ -1578,6 +1580,7 @@
1578
1580
},
1579
1581
"functionsWithKeyspace": {
1580
1582
"id": "functionsWithKeyspace",
1583
+
"deprecated": true,
1581
1584
"title": "Consider using triggers and functions to react in real-time to database changes",
1582
1585
"tutorialId": "tf-intro",
1583
1586
"content": [
@@ -1652,5 +1655,45 @@
1652
1655
}
1653
1656
],
1654
1657
"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."
0 commit comments