This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 3116bd1e Fixed description of MPUBLISH (#282)
3116bd1e is described below
commit 3116bd1e4c07e391816a4be6e572cc9f6d3bb7ba
Author: Anirudh Lakhanpal <[email protected]>
AuthorDate: Wed Mar 12 15:55:04 2025 +0530
Fixed description of MPUBLISH (#282)
---
docs/supported-commands.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 286161be..da516639 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -203,7 +203,7 @@ String and bitmap are different types in Kvrocks, so you
_cannot_ do bit operati
| ------------ | ---------------- | ------------- |
-----------------------------------------------------------------------------------------------------------
|
| PSUBSCRIBE | ✓ | v1.0.0 | Subscribes to channels
using pattern matching. Receives messages sent to channels that match the
pattern. |
| PUBLISH | ✓ | v1.0.0 | Sends a message to a
specific channel.
|
-| MPUBLISH | ✓ | v2.6.0 | Publishes messages to
multiple channels at once.
|
+| MPUBLISH | ✓ | v2.6.0 | Publishes a message to
multiple channels at once.
|
| PUBSUB | ✓ | v1.0.0 | Provides information about
the current Pub/Sub system, including channels and subscriptions.
|
| PUNSUBSCRIBE | ✓ | v1.0.0 | Unsubscribes from channels
using pattern matching, stopping the receipt of messages.
|
| SUBSCRIBE | ✓ | v1.0.0 | Subscribes to a specific
channel to receive messages sent to that channel.
|