Skip to content

Commit 6ce7797

Browse files
Update manifest.json
1 parent 9c08bf9 commit 6ce7797

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/manifest.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"type": "internal-link",
2828
"id": "ds-json-intro",
2929
"label": "Introduction",
30+
"summary": "Store, update, and retrieve JSON values in a Redis database, similar to any other Redis data type.",
3031
"args": {
3132
"path": "/ds/json/introduction.md"
3233
}
@@ -93,6 +94,7 @@
9394
"type": "internal-link",
9495
"id": "ds-strings",
9596
"label": "Strings",
97+
"summary": "Strings are the most basic Redis data type , often used for caching, and more.",
9698
"args": {
9799
"path": "/ds/strings.md"
98100
}
@@ -101,6 +103,7 @@
101103
"type": "internal-link",
102104
"id": "ds-hashes",
103105
"label": "Hashes",
106+
"summary": "Use hashes to represent basic objects and to store groupings of counters, among other things.",
104107
"args": {
105108
"path": "/ds/hashes.md"
106109
}
@@ -109,6 +112,7 @@
109112
"type": "internal-link",
110113
"id": "ds-lists",
111114
"label": "Lists",
115+
"summary": "Redis lists are lists of strings sorted by insertion order, used e.g. to implement stacks and queues.",
112116
"args": {
113117
"path": "/ds/lists.md"
114118
}
@@ -117,6 +121,7 @@
117121
"type": "internal-link",
118122
"id": "ds-sets",
119123
"label": "Sets",
124+
"summary": "Sets are unordered collections of unique strings that act like the sets from your favorite programming language.",
120125
"args": {
121126
"path": "/ds/sets.md"
122127
}
@@ -125,6 +130,7 @@
125130
"type": "internal-link",
126131
"id": "ds-sorted-sets",
127132
"label": "Sorted sets",
133+
"summary": "Sorted sets are collections of unique strings ordered by an associated score.",
128134
"args": {
129135
"path": "/ds/sorted_sets.md"
130136
}
@@ -141,6 +147,7 @@
141147
"type": "internal-link",
142148
"id": "ds-ts-intro",
143149
"label": "Introduction",
150+
"summary": "Time series simplifies the use of Redis for time-series use cases like IoT, stock prices, and telemetry.",
144151
"args": {
145152
"path": "/ds/ts/intro.md"
146153
}
@@ -215,6 +222,7 @@
215222
"type": "internal-link",
216223
"id": "ds-prob-intro",
217224
"label": "Introduction",
225+
"summary": "Probabilistic data structures are very useful for solving streaming analytics problems at scale.",
218226
"args": {
219227
"path": "/ds/prob/intro.md"
220228
}
@@ -283,6 +291,7 @@
283291
"type": "internal-link",
284292
"id": "sq-intro",
285293
"label": "Introduction",
294+
"summary": "Try real-time searching and perform complex structured queries without compromising the database performance.",
286295
"args": {
287296
"path": "/sq/introduction.md"
288297
}
@@ -373,6 +382,7 @@
373382
"type": "internal-link",
374383
"id": "tf-intro",
375384
"label": "Introduction",
385+
"summary": "Trigger and execute JavaScript functions in the Redis process.",
376386
"args": {
377387
"path": "/tf/intro.md"
378388
}

0 commit comments

Comments
 (0)