PragmaTwice commented on code in PR #304:
URL: https://github.com/apache/kvrocks-website/pull/304#discussion_r2129087312
##########
docs/supported-commands.md:
##########
@@ -365,7 +365,8 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
| COMPACT | ✓ | v1.0.0 | Compacts database storage.
(RocksDB)
|
| RDB | ✓ | v2.7.0 | RDB LOAD command is used to
load RocksDB file from local path into Kvrocks
|
| DUMP | ✓ | v2.9.0 | Serializes a key and
returns it to the client.
|
-| POLLUPDATES | ✓ | v2.10.0 | Poll updates for data
changes in Kvrocks.
|
+| POLLUPDATES | ✓ | v2.10.0 | Poll updates for data
changes in Kvrocks.
|
+| KPROFILE | ✓ | unstable | Enabl, disable or dump
Profiling heap memory if Kvrocks is building with Jemalloc.
|
Review Comment:
```suggestion
| KPROFILE | ✓ | unstable | Enable, disable or dump
heap memory profiling if Kvrocks is building with Jemalloc.
|
```
--
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]