This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-1 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 22073862b537b30936fa98c308059b9f84223e54 Author: Twice <[email protected]> AuthorDate: Sat Dec 20 18:53:35 2025 +0800 Add TDIGEST.BYRANK and TDIGEST.BYREVRANK commands --- 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
