Skip to content

Commit 3116bd1

Browse files
authored
Fixed description of MPUBLISH (#282)
1 parent 1a8a93f commit 3116bd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/supported-commands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ String and bitmap are different types in Kvrocks, so you _cannot_ do bit operati
203203
| ------------ | ---------------- | ------------- | ----------------------------------------------------------------------------------------------------------- |
204204
| PSUBSCRIBE || v1.0.0 | Subscribes to channels using pattern matching. Receives messages sent to channels that match the pattern. |
205205
| PUBLISH || v1.0.0 | Sends a message to a specific channel. |
206-
| MPUBLISH || v2.6.0 | Publishes messages to multiple channels at once. |
206+
| MPUBLISH || v2.6.0 | Publishes a message to multiple channels at once. |
207207
| PUBSUB || v1.0.0 | Provides information about the current Pub/Sub system, including channels and subscriptions. |
208208
| PUNSUBSCRIBE || v1.0.0 | Unsubscribes from channels using pattern matching, stopping the receipt of messages. |
209209
| SUBSCRIBE || v1.0.0 | Subscribes to a specific channel to receive messages sent to that channel. |

0 commit comments

Comments
 (0)