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 9c7943a7 Add TDIGEST.BYRANK and TDIGEST.BYREVRANK commands (#346)
9c7943a7 is described below
commit 9c7943a70ffecc269fbb11ffc017ebbec2be91d2
Author: Twice <[email protected]>
AuthorDate: Sat Dec 20 18:53:55 2025 +0800
Add TDIGEST.BYRANK and TDIGEST.BYREVRANK commands (#346)
---
docs/supported-commands.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 547d37cc..33640417 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -589,6 +589,8 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TDIGEST.MERGE | ✓ | v2.14.0 |
|
| TDIGEST.RANK | ✓ | unstable |
|
| TDIGEST.REVRANK | ✓ | unstable |
|
+| TDIGEST.BYRANK | ✓ | unstable |
|
+| TDIGEST.BYREVRANK | ✓ | unstable |
|
## TimeSeries commands