git-hulk commented on code in PR #290:
URL: https://github.com/apache/kvrocks-website/pull/290#discussion_r2040620124
##########
docs/supported-commands.md:
##########
@@ -165,6 +166,18 @@
| COPY | ✓ | v2.9.0 | Copies a key to a new key.
|
| SORT | ✓ | v2.9.0 | Sorts the elements in a
list, set, or sorted set.
|
+### OBJECT subcommands
+
+These commands are subcommands for `OBJECT`, using as `OBJECT DUMP` etc.
+
+| SUBCOMMAND | Supported OR Not | Since Version | Description
|
+| ---------- | ---------------- | ------------- |
-------------------------------------------------------------------------------------------------------------
|
+| DUMP | ✓ | v1.0.1 | Returns a serialized
representation of the value stored at key.
|
Review Comment:
```suggestion
| DUMP | ✓ | v1.0.1 | Dump the detailed
information of the key. |
```
--
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]