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 6922988d Added docs for TDIGEST.RESET (#285)
6922988d is described below
commit 6922988debfcfb516b0ca6b5e63f5badbd5d9287
Author: Anirudh Lakhanpal <[email protected]>
AuthorDate: Thu Mar 20 12:16:06 2025 +0530
Added docs for TDIGEST.RESET (#285)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 19818a00..a0524e41 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -461,3 +461,4 @@ In addition, `LISTFUNC` subcommand is added as an extension
to list all function
| TDIGEST.ADD | ✓ | unstable |
|
| TDIGEST.MIN | ✓ | unstable |
|
| TDIGEST.MAX | ✓ | unstable |
|
+| TDIGEST.RESET | ✓ | unstable |
|