Skip to content

Commit

Permalink
Mark PUBSUB CHANNELS, NUMPAT, NUMSUB as implemented in docs (#785)
Browse files Browse the repository at this point in the history
* Mark PUBSUB CHANNELS, NUMPAT, NUMSUB as implemented in docs

* Add ACL SAVE command to docs

---------

Co-authored-by: Badrish Chandramouli <[email protected]>
  • Loading branch information
nightroman and badrishc authored Nov 8, 2024
1 parent 9862534 commit d3717ad
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions website/docs/commands/acl.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@ Returns +OK on success, otherwise --ERR message if any.

---

### ACL SAVE

#### Syntax

```bash
ACL SAVE
```

When Redis is configured to use an ACL file (with the aclfile configuration option), this command will save the currently defined ACLs from the server memory to the ACL file.

#### Resp Reply

Returns +OK on success, otherwise --ERR message if any.

---

### ACL SETUSER

#### Syntax
Expand Down
8 changes: 4 additions & 4 deletions website/docs/commands/api-compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Note that this list is subject to change as we continue to expand our API comman
| | [LOAD](acl.md#acl-load) || |
| | HELP || |
| | LOG || |
| | SAVE | | |
| | [SAVE](acl.md#acl-save) | | |
| | [SETUSER](acl.md#acl-setuser) || |
| | [USERS](acl.md#acl-users) || |
| | [WHOAMI](acl.md#acl-whoami) || |
Expand Down Expand Up @@ -248,10 +248,10 @@ Note that this list is subject to change as we continue to expand our API comman
| | REFCOUNT || |
| <span id="pubsub">**PUB/SUB**</span> | [PSUBSCRIBE](analytics.md#psubscribe) || |
| | [PUBLISH](analytics.md#publish) || |
| | [PUBSUB CHANNELS](analytics.md#pubsub-channels) | | |
| | [PUBSUB CHANNELS](analytics.md#pubsub-channels) | | |
| | PUBSUB HELP || |
| | [PUBSUB NUMPAT](analytics.md#pubsub-numpat) | | |
| | [PUBSUB NUMSUB](analytics.md#pubsub-numsub) | | |
| | [PUBSUB NUMPAT](analytics.md#pubsub-numpat) | | |
| | [PUBSUB NUMSUB](analytics.md#pubsub-numsub) | | |
| | PUBSUB SHARDCHANNELS || |
| | PUBSUB SHARDNUMSUB || |
| | [PUNSUBSCRIBE](analytics.md#punsubscribe) || |
Expand Down

0 comments on commit d3717ad

Please sign in to comment.