Skip to content

Commit

Permalink
doc:update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cunla committed Aug 14, 2023
1 parent 90cf060 commit ebefbfd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
4 changes: 2 additions & 2 deletions docs/about/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ description: Change log of all fakeredis releases
## v2.18.0

### 🚀 Features

- Implement `PUBSUB NUMPAT` #195, `SSUBSCRIBE` #199, `SPUBLISH` #198,
`SUNSUBSCRIBE` #200,
`SUNSUBSCRIBE` #200, `PUBSUB SHARDCHANNELS` #196, `PUBSUB SHARDNUMSUB` #197

### 🧰 Bug Fixes

Expand Down
21 changes: 9 additions & 12 deletions docs/redis-commands/Redis.md
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,7 @@ Internal commands for debugging HyperLogLog values.
An internal command for testing HyperLogLog values.


## `pubsub` commands (13/15 implemented)
## `pubsub` commands (15/15 implemented)

### [PSUBSCRIBE](https://redis.io/commands/psubscribe/)

Expand Down Expand Up @@ -1317,6 +1317,14 @@ Returns a count of unique pattern subscriptions.

Returns a count of subscribers to channels.

### [PUBSUB SHARDCHANNELS](https://redis.io/commands/pubsub-shardchannels/)

Returns the active shard channels.

### [PUBSUB SHARDNUMSUB](https://redis.io/commands/pubsub-shardnumsub/)

Returns the count of subscribers of shard channels.

### [PUNSUBSCRIBE](https://redis.io/commands/punsubscribe/)

Stops listening to messages published to channels that match one or more patterns.
Expand All @@ -1342,17 +1350,6 @@ Stops listening to messages posted to shard channels.
Stops listening to messages posted to channels.


### Unsupported pubsub commands
> To implement support for a command, see [here](../../guides/implement-command/)
#### [PUBSUB SHARDCHANNELS](https://redis.io/commands/pubsub-shardchannels/) <small>(not implemented)</small>

Returns the active shard channels.

#### [PUBSUB SHARDNUMSUB](https://redis.io/commands/pubsub-shardnumsub/) <small>(not implemented)</small>

Returns the count of subscribers of shard channels.


## `set` commands (17/17 implemented)

Expand Down

0 comments on commit ebefbfd

Please sign in to comment.