This is an automated email from the ASF dual-hosted git repository.
twice pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new 5a35b483 Add new command: KPROFILE (#304)
5a35b483 is described below
commit 5a35b4832041714ded4861417e7ef4f9cb5c8e23
Author: hulk <[email protected]>
AuthorDate: Thu Jun 5 23:09:09 2025 +0800
Add new command: KPROFILE (#304)
* Add new command: KPROFILE
* Update docs/supported-commands.md
---------
Co-authored-by: Twice <[email protected]>
---
docs/supported-commands.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 9e30c53a..187e9c3d 100644
--- a/docs/supported-commands.md
+++ b/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 | Enable, disable or dump
heap memory profiling if Kvrocks is building with Jemalloc.
|
:::note