File tree Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Expand file tree Collapse file tree 1 file changed +7
-17
lines changed Original file line number Diff line number Diff line change 1092
1092
"content" : [
1093
1093
{
1094
1094
"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 ."
1096
1096
},
1097
1097
{
1098
1098
"type" : " spacer" ,
1099
1099
"value" : " l"
1100
1100
},
1101
1101
{
1102
1102
"type" : " paragraph" ,
1103
- "value" : " Primary features include :"
1103
+ "value" : " It offers :"
1104
1104
},
1105
1105
{
1106
1106
"type" : " list" ,
1107
1107
"value" : [
1108
1108
[
1109
1109
{
1110
1110
"type" : " span" ,
1111
- "value" : " full support for the JSON standard"
1111
+ "value" : " full JSON standard support "
1112
1112
}
1113
1113
],
1114
1114
[
1115
1115
{
1116
1116
"type" : " span" ,
1117
- "value" : " a "
1117
+ "value" : " atomic updates with "
1118
1118
},
1119
1119
{
1120
1120
"type" : " link" ,
1121
1121
"value" : {
1122
1122
"href" : " https://redis.io/docs/latest/develop/data-types/json/path/?utm_source=redisinsight&utm_medium=app&utm_campaign=tips" ,
1123
1123
"name" : " JSONPath"
1124
1124
}
1125
- },
1126
- {
1127
- "type" : " span" ,
1128
- "value" : " syntax for selecting/updating elements inside documents"
1129
1125
}
1130
1126
],
1131
1127
[
1132
1128
{
1133
1129
"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 "
1135
1131
}
1136
1132
],
1137
1133
[
1138
1134
{
1139
1135
"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"
1147
1137
},
1148
1138
{
1149
1139
"type" : " link" ,
1198
1188
},
1199
1189
{
1200
1190
"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 ."
1202
1192
}
1203
1193
]
1204
1194
},
You can’t perform that action at this time.
0 commit comments