You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/operate/oss_and_stack/management/security/acl.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -304,7 +304,7 @@ The following is a list of command categories and their meanings:
304
304
***json** - Data type: all JSON related commands.
305
305
***keyspace** - Writing or reading from keys, databases, or their metadata
306
306
in a type agnostic way. Includes [`DEL`](/commands/del), [`RESTORE`](/commands/restore), [`DUMP`](/commands/dump), [`RENAME`](/commands/rename), [`EXISTS`](/commands/exists), [`DBSIZE`](/commands/dbsize),
307
-
[`KEYS`](/commands/keys), [`EXPIRE`](/commands/expire), [`TTL`](/commands/ttl), [`FLUSHALL`](/commands/flushall), etc. Commands that may modify the keyspace,
307
+
[`KEYS`](/commands/keys), [`SCAN`](/commands/scan), [`EXPIRE`](/commands/expire), [`TTL`](/commands/ttl), [`FLUSHALL`](/commands/flushall), etc. Commands that may modify the keyspace,
308
308
key, or metadata will also have the `write` category. Commands that only read
309
309
the keyspace, key, or metadata will have the `read` category.
310
310
***list** - Data type: all list related commands.
@@ -323,7 +323,8 @@ The following is a list of command categories and their meanings:
323
323
***transaction** - [`WATCH`](/commands/watch) / [`MULTI`](/commands/multi) / [`EXEC`](/commands/exec) related commands.
324
324
***write** - Writing to keys (values or metadata). Note that commands that don't interact with keys, will not have either `read` or `write`.
325
325
326
-
Redis can also show you a list of all categories and the exact commands each category includes using the Redis [`ACL CAT`](/commands/acl-cat) command. It can be used in two forms:
326
+
NOTE: Redis can also show you a list of all categories and the exact commands each category includes using the Redis [`ACL CAT`](/commands/acl-cat) command.
327
+
It can be used in two forms:
327
328
328
329
ACL CAT -- Will just list all the categories available
329
330
ACL CAT <category-name> -- Will list all the commands inside the category
0 commit comments