Skip to content

Commit f8db4df

Browse files
committed
Apply review comments.
1 parent eb4b4a3 commit f8db4df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/interact/search-and-query/best-practices/scalable-query-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Here's an improved query that follows best practices for vertical scaling:
113113

114114
```sh
115115
FT.AGGREGATE jsonidx:profiles '@t:[1299 1299]'
116-
LOAD 6 id t nam" lastname loc ver
116+
LOAD 6 id t name lastname loc ver
117117
LIMIT 0 10
118118
DIALECT 3
119119
```

0 commit comments

Comments
 (0)