Skip to content

Commit 47d9afd

Browse files
Merge pull request #46 from redis/main
Releasing updated text for a JSON tip
2 parents feeefe8 + 4c29ba4 commit 47d9afd

File tree

1 file changed

+7
-17
lines changed

1 file changed

+7
-17
lines changed

src/recommendations.json

Lines changed: 7 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1092,58 +1092,48 @@
10921092
"content": [
10931093
{
10941094
"type": "paragraph",
1095-
"value": "If you are using strings to store JSON documents, consider using the JSON capabilities."
1095+
"value": "If you are using strings to store JSON documents, consider using the JSON data structure."
10961096
},
10971097
{
10981098
"type": "spacer",
10991099
"value": "l"
11001100
},
11011101
{
11021102
"type": "paragraph",
1103-
"value": "Primary features include:"
1103+
"value": "It offers:"
11041104
},
11051105
{
11061106
"type": "list",
11071107
"value": [
11081108
[
11091109
{
11101110
"type": "span",
1111-
"value": "full support for the JSON standard"
1111+
"value": "full JSON standard support"
11121112
}
11131113
],
11141114
[
11151115
{
11161116
"type": "span",
1117-
"value": "a "
1117+
"value": "atomic updates with "
11181118
},
11191119
{
11201120
"type": "link",
11211121
"value": {
11221122
"href": "https://redis.io/docs/latest/develop/data-types/json/path/?utm_source=redisinsight&utm_medium=app&utm_campaign=tips",
11231123
"name": "JSONPath"
11241124
}
1125-
},
1126-
{
1127-
"type": "span",
1128-
"value": " syntax for selecting/updating elements inside documents"
11291125
}
11301126
],
11311127
[
11321128
{
11331129
"type": "span",
1134-
"value": "documents are stored as binary data in a tree structure, allowing fast access to sub-elements"
1130+
"value": "deleting, updating, and adding values to existing JSON documents"
11351131
}
11361132
],
11371133
[
11381134
{
11391135
"type": "span",
1140-
"value": "typed atomic operations for all JSON value types"
1141-
}
1142-
],
1143-
[
1144-
{
1145-
"type": "span",
1146-
"value": "secondary indexing via the "
1136+
"value": "querying via the"
11471137
},
11481138
{
11491139
"type": "link",
@@ -1198,7 +1188,7 @@
11981188
},
11991189
{
12001190
"type": "paragraph",
1201-
"value": "Try the interactive tutorial to learn how to work with index and query documents modeled with JSON."
1191+
"value": "Try the interactive tutorial to learn how to use indexes and query JSON documents."
12021192
}
12031193
]
12041194
},

0 commit comments

Comments
 (0)