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 ee760095 Add TDIGEST.MERGE into supported-commands.md (#312)
ee760095 is described below
commit ee76009539e31c1403d3e09ae4a81a0ffbdde1d4
Author: Twice <[email protected]>
AuthorDate: Fri Jul 18 10:03:00 2025 +0800
Add TDIGEST.MERGE into supported-commands.md (#312)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 4c940043..c2d00697 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -570,3 +570,4 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TDIGEST.MAX | ✓ | unstable |
|
| TDIGEST.RESET | ✓ | unstable |
|
| TDIGEST.QUANTILE | ✓ | unstable |
|
+| TDIGEST.MERGE | ✓ | unstable |
|