Skip to content

Commit 0873f5d

Browse files
committed
Feedback update to add new ACL categories to the breaking changes section
1 parent 410dde0 commit 0873f5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ As a result:
216216

217217
- ACL rules such as `+@all -@write` will allow access to fewer commands than previous versions of Redis.
218218
- For example, a user with `+@all -@write` will not be able to execute `JSON.SET`.
219-
- Explicit inclusion of new [command categories]({{<relref "/operate/oss_and_stack/management/security/acl#command-categories">}}) is required to maintain access.
219+
- 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`.
220220

221221
- ACL rules such as `+@read +JSON.GET` can now be simplified as `+@read` because `JSON.GET` is included in the `@read` category.
222222

0 commit comments

Comments
 (0)