Skip to content

Commit 0e496ad

Browse files
authored
Update 8-0.md (#2034)
replace FT.SEARCH (read command) with JSON.SET (write command) for the ACL example.
1 parent 78958fe commit 0e496ad

File tree

1 file changed

+1
-1
lines changed
  • content/develop/whats-new

1 file changed

+1
-1
lines changed

content/develop/whats-new/8-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ These improvements benefit both single-node and clustered deployments. More deta
6464

6565
### Breaking changes
6666
#### ACL behavior
67-
Commands from included modules are now covered under standard categories (e.g., `+@read`, `+@write`). A user with `+@all` `-@write` will no longer be able to execute `FT.SEARCH` as they could before.
67+
Commands from included modules are now covered under standard categories (e.g., `+@read`, `+@write`). For example, a user with `+@all` `-@write` will no longer be able to execute `JSON.SET` as they could before.
6868
Explicit inclusion of new command categories is required to maintain access.
6969

7070
#### Redis Query Engine

0 commit comments

Comments
 (0)