Copilot commented on code in PR #294:
URL: https://github.com/apache/kvrocks-website/pull/294#discussion_r2067750788
##########
docs/supported-commands.md:
##########
@@ -359,40 +359,60 @@ The db size is updated async after execute `DBSIZE SCAN`
command.
:::
+### COMMAND subcommands
+
+These commands are subcommands for `COMMAND`, using as `COMMAND COUNT` etc.
+
+| SUBCOMMAND | Supported OR Not | Since Version | Description
|
+| ---------- | ---------------- | ------------- |
-------------------------------------------------------------------------------------------------------------
|
+| COUNT | ✓ | v2.0.1 | Returns a count of commands.
|
+| GETKEYS | ✓ | v2.0.1 | Extracts the key names from
an arbitary command.
|
Review Comment:
Typo in the description: 'arbitary' should be corrected to 'arbitrary'.
```suggestion
| GETKEYS | ✓ | v2.0.1 | Extracts the key names
from an arbitrary command.
|
```
--
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]