Skip to content

Commit a1b89b0

Browse files
committed
DOC-5426 Feedback update to remove the Redis 8 release notes link from the Redis Query Engine breaking changes section of the RS 8 release notes
1 parent 946ea5a commit a1b89b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/operate/rs/release-notes/rs-8-0-releases/rs-8-0-tba.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,15 @@ Note that the `@all` category did not change, as it always included all the comm
262262

263263
#### Redis Query Engine changes
264264

265-
{{<embed-md "redis8-breaking-changes-rqe.md">}}
265+
The following changes affect behavior and validation in the Redis Query Engine:
266+
267+
- Enforces validation for `LIMIT` arguments (offset must be 0 if limit is 0).
268+
- Enforces parsing rules for `FT.CURSOR READ` and `FT.ALIASADD`.
269+
- Parentheses are now required for exponentiation precedence in `APPLY` expressions.
270+
- Invalid input now returns errors instead of empty results.
271+
- Default values revisited for reducers like `AVG`, `COUNT`, `SUM`, `STDDEV`, `QUANTILE`, and others.
272+
- Updates to scoring (`BM25` is now the default instead of `TF-IDF`).
273+
- Improved handling of expired records, memory constraints, and malformed fields.
266274

267275
### Product lifecycle updates
268276

0 commit comments

Comments
 (0)