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 aa59302 Add `stats` command to the supported commands (#146)
aa59302 is described below
commit aa59302bdce2c459242ac4f407f092733c9d77ef
Author: hulk <[email protected]>
AuthorDate: Mon Aug 14 17:14:29 2023 +0800
Add `stats` command to the supported commands (#146)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 6b53335..0680647 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -241,6 +241,7 @@ These commands are subcommands for `CLUSTER`, using as
`CLUSTER INFO` etc.
| slowlog | √ |
|
| perflog | √ |
|
| hello | √ |
|
+| stats | √ | dump the rocksdb statistics in JSON foramt
|
:::note