This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-3 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit b7c68546cb03a6d21a01ef8e2a726b9000a4421e Author: Twice <[email protected]> AuthorDate: Mon Nov 3 20:28:51 2025 +0800 Add TDIGEST.REVRANK command to supported commands Refer to https://github.com/apache/kvrocks/commit/35e72fc7a3386cfd2413ac25ce0e4d5bbe9fe1da. --- docs/supported-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index e6b843da..16add7b8 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -587,6 +587,7 @@ i.e. it will output nothing if the library is only in storage but not loaded. | TDIGEST.RESET | ✓ | unstable | | | TDIGEST.QUANTILE | ✓ | unstable | | | TDIGEST.MERGE | ✓ | unstable | | +| TDIGEST.REVRANK | ✓ | unstable | | ## TimeSeries commands
