This is an automated email from the ASF dual-hosted git repository.
edwardxu 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 8bda1170 Added TDIGEST.QUANTILE in supported commands section (#300)
8bda1170 is described below
commit 8bda1170ab160e714a3184f79081e0efdc1d1774
Author: Anirudh Lakhanpal <[email protected]>
AuthorDate: Sat May 17 17:41:38 2025 +0530
Added TDIGEST.QUANTILE in supported commands section (#300)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index b1d70180..9e30c53a 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -564,3 +564,4 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TDIGEST.MIN | ✓ | unstable |
|
| TDIGEST.MAX | ✓ | unstable |
|
| TDIGEST.RESET | ✓ | unstable |
|
+| TDIGEST.QUANTILE | ✓ | unstable |
|