Skip to content

Commit 94fccc0

Browse files
Virusukirrelledge
andauthored
Update acl.md (#1575)
* DOC-4594 Mention Prometheus v1 metrics issues resolved by v2 in release notes (#1017) Signed-off-by: NAM UK KIM <[email protected]> * Update quick-start.md Signed-off-by: NAM UK KIM <[email protected]> * Update acl.md Signed-off-by: NAM UK KIM <[email protected]> --------- Signed-off-by: NAM UK KIM <[email protected]> Co-authored-by: Rachel Elledge <[email protected]>
1 parent d9235df commit 94fccc0

File tree

1 file changed

+3
-2
lines changed
  • content/operate/oss_and_stack/management/security

1 file changed

+3
-2
lines changed

content/operate/oss_and_stack/management/security/acl.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ The following is a list of command categories and their meanings:
304304
* **json** - Data type: all JSON related commands.
305305
* **keyspace** - Writing or reading from keys, databases, or their metadata
306306
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,
308308
key, or metadata will also have the `write` category. Commands that only read
309309
the keyspace, key, or metadata will have the `read` category.
310310
* **list** - Data type: all list related commands.
@@ -323,7 +323,8 @@ The following is a list of command categories and their meanings:
323323
* **transaction** - [`WATCH`](/commands/watch) / [`MULTI`](/commands/multi) / [`EXEC`](/commands/exec) related commands.
324324
* **write** - Writing to keys (values or metadata). Note that commands that don't interact with keys, will not have either `read` or `write`.
325325

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:
327328

328329
ACL CAT -- Will just list all the categories available
329330
ACL CAT <category-name> -- Will list all the commands inside the category

0 commit comments

Comments
 (0)