Skip to content

Commit

Permalink
Fix typo (@readonly -> @read) (#2486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-cho authored Jul 17, 2023
1 parent b631446 commit 6216f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/management/security/acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ Permissions are defined as individual characters that map to the following key p
Permissions can be composed together by specifying multiple characters.
Specifying the permission as 'RW' is considered full access and is analogous to just passing in `~<pattern>`.

For a concrete example, consider a user with ACL rules `+@all ~app1:* (+@readonly ~app2:*)`.
For a concrete example, consider a user with ACL rules `+@all ~app1:* (+@read ~app2:*)`.
This user has full access on `app1:*` and readonly access on `app2:*`.
However, some commands support reading data from one key, doing some transformation, and storing it into another key.
One such command is the `COPY` command, which copies the data from the source key into the destination key.
Expand Down

0 comments on commit 6216f32

Please sign in to comment.