Skip to content

Commit 8e70ce3

Browse files
committed
DOC-5426 Added newlines
1 parent 31d1227 commit 8e70ce3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,15 @@ Starting with Redis 8, Redis includes all Query Engine, JSON, time series, Bloom
249249
As a result:
250250

251251
- Existing ACL rules such as `+@read +@write` will allow access to more commands than in previous versions of Redis. Here are some examples:
252+
252253
- A user with `+@read` access will be able to execute `FT.SEARCH`.
254+
253255
- A user with `+@write` access will be able to execute `JSON.SET`.
254256

255257
- ACL rules such as `+@all -@write` will allow access to fewer commands than previous versions of Redis.
258+
256259
- For example, a user with `+@all -@write` will not be able to execute `JSON.SET`.
260+
257261
- Explicit inclusion of new [command categories]({{<relref "/operate/oss_and_stack/management/security/acl#command-categories">}}) is required to maintain access. The new categories are: `@search`, `@json`, `@timeseries`, `@bloom`, `@cuckoo`, `@topk`, `@cms`, and `@tdigest`.
258262

259263
- ACL rules such as `+@read +JSON.GET` can now be simplified as `+@read` because `JSON.GET` is included in the `@read` category.
@@ -265,11 +269,17 @@ Note that the `@all` category did not change, as it always included all the comm
265269
The following changes affect behavior and validation in the Redis Query Engine:
266270

267271
- Enforces validation for `LIMIT` arguments (offset must be 0 if limit is 0).
272+
268273
- Enforces parsing rules for `FT.CURSOR READ` and `FT.ALIASADD`.
274+
269275
- Parentheses are now required for exponentiation precedence in `APPLY` expressions.
276+
270277
- Invalid input now returns errors instead of empty results.
278+
271279
- Default values revisited for reducers like `AVG`, `COUNT`, `SUM`, `STDDEV`, `QUANTILE`, and others.
280+
272281
- Updates to scoring (`BM25` is now the default instead of `TF-IDF`).
282+
273283
- Improved handling of expired records, memory constraints, and malformed fields.
274284

275285
Redis Query Engine deprecations:

0 commit comments

Comments
 (0)