Skip to content

Commit

Permalink
Merge pull request #12 from RedisInsight/main
Browse files Browse the repository at this point in the history
prod
  • Loading branch information
zalenskiSofteq authored Jan 17, 2024
2 parents f612119 + 7a2593b commit 174f535
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/guide-links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,31 @@
{
"title": "Search and Query",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"icon": "search"
},
{
"title": "Vector Similarity Search",
"tutorial": "/quick-guides/vector-similarity-search/introduction.md",
"tutorialId": "sq-vector",
"icon": "vector-similarity-search"
},
{
"title": "JSON",
"tutorial": "/quick-guides/document/working-with-json.md",
"tutorialId": "ds-json-intro",
"icon": "json"
},
{
"title": "Time Series",
"tutorial": "/quick-guides/time-series/introduction.md",
"tutorialId": "ds-ts-intro",
"icon": "time-series"
},
{
"title": "Probabilistic Data Structures",
"tutorial": "/quick-guides/probabilistic-data-structures/introduction.md",
"tutorialId": "ds-prob-intro",
"icon": "probabilistic-data-structures"
}
]
14 changes: 14 additions & 0 deletions src/recommendations.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
"title": "Shard big hashes to small hashes",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-hashes",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -133,6 +134,7 @@
"combineSmallStringsToHashes": {
"id": "combineSmallStringsToHashes",
"title": "Combine small strings to hashes",
"tutorialId": "ds-hashes",
"content": [
{
"type": "span",
Expand Down Expand Up @@ -381,6 +383,7 @@
"id": "bigStrings",
"title": "Avoid large strings",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-json-intro",
"content": [
{
"type": "span",
Expand Down Expand Up @@ -516,6 +519,7 @@
"telemetryEvent": "optimizeExistenceChecks",
"title": "Consider using probabilistic data structures such as Bloom Filter or HyperLogLog",
"tutorial": "/quick-guides/probabilistic-data-structures/introduction.md",
"tutorialId": "ds-prob-intro",
"redisStack": true,
"content": [
{
Expand Down Expand Up @@ -662,6 +666,7 @@
"title":"Try using the Redis native time series data structure and querying capabilities",
"redisStack": true,
"tutorial": "/quick-guides/time-series/introduction.md",
"tutorialId": "ds-ts-intro",
"content": [
{
"type": "span",
Expand Down Expand Up @@ -867,6 +872,7 @@
"deprecated": true,
"redisStack": true,
"tutorial": "/redis_stack/working_with_json.md",
"tutorialId": "ds-json-intro",
"content": [
{
"type": "link",
Expand Down Expand Up @@ -917,6 +923,7 @@
"title":"Try using the indexing, querying, and full-text search, natively developed in Redis",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1040,6 +1047,7 @@
"title": "Try indexing your JSON documents for efficient data retrieval",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"content": [
{
"type": "span",
Expand Down Expand Up @@ -1131,6 +1139,7 @@
"title": "Try using our JSON native document store",
"redisStack": true,
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "ds-json-intro",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1248,6 +1257,7 @@
"id": "searchVisualization",
"title": "Try Workbench, the advanced command-line interface",
"tutorial": "",
"tutorialId": "",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1311,6 +1321,7 @@
"id": "searchHash",
"title": "Try indexing your hash documents to query and retrieve data",
"tutorial": "/quick-guides/document/introduction.md",
"tutorialId": "sq-intro",
"redisStack": true,
"content": [
{
Expand Down Expand Up @@ -1441,6 +1452,7 @@
"id": "luaToFunctions",
"title": "Consider using triggers and functions",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1502,6 +1514,7 @@
"id": "functionsWithStreams",
"title": "Consider using triggers and functions to react in real-time to stream entries",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
"type": "paragraph",
Expand Down Expand Up @@ -1579,6 +1592,7 @@
"id": "functionsWithKeyspace",
"title": "Consider using triggers and functions to react in real-time to database changes",
"tutorial": "/quick-guides/triggers-and-functions/introduction.md",
"tutorialId": "tf-intro",
"content": [
{
"type": "paragraph",
Expand Down

0 comments on commit 174f535

Please sign in to comment.