Copilot commented on code in PR #294:
URL: https://github.com/apache/kvrocks-website/pull/294#discussion_r2067753497
##########
docs/supported-commands.md:
##########
@@ -243,13 +243,13 @@ String and bitmap are different types in Kvrocks, so you
_cannot_ do bit operati
These commands are subcommands for `PUBSUB`, using as `PUBSUB CHANNELS` etc.
-| SUBCOMMAND | Supported OR Not | Since Version | Description
|
-| ---------- | ---------------- | ------------- |
-------------------------------------------------------------------------------------------------------------
|
-| CHANNELS | ✓ | v1.0.0 | Returns the active
channels. |
-| NUMPAT | ✓ | v1.0.0 | Returns a count of the
unique pattern subscriptions.
|
-| NUMSUB | ✓ | v1.0.0 | Returns a count of
subscribers to channels.
|
-| SHARDCHANNELS | ✓ | v1.0.0 | Returns the active
shared channels.
|
-| SHARDNUMSUB | ✓ | v1.0.0 | Returns the count of
subscribers of shard channels.
|
+| SUBCOMMAND | Supported OR Not | Since Version | Description
|
+| ------------- | ---------------- | ------------- |
-------------------------------------------------------------------------------------------------------------
|
Review Comment:
[nitpick] Consider standardizing the number of dashes used in table headers
across all subcommand sections to ensure consistent visual formatting.
```suggestion
| ----------- | ---------------- | ------------- |
------------------------------------------------------------------------------------------------------------
|
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]