This is an automated email from the ASF dual-hosted git repository. PragmaTwice pushed a commit to branch twice/update-trimmed-mean in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit cbef63c487353b5ddfd145f5bece49bf6bf313ee Author: Twice <[email protected]> AuthorDate: Wed May 27 22:35:33 2026 +0800 Update TDIGEST.TRIMMED_MEAN version to unstable This command is incorrectly labeled `v2.15.0`. --- docs/supported-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index a18a3fa4..4caba0ff 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -601,7 +601,7 @@ i.e. it will output nothing if the library is only in storage but not loaded. | TDIGEST.REVRANK | ✓ | v2.15.0 | | | TDIGEST.BYRANK | ✓ | v2.15.0 | | | TDIGEST.BYREVRANK | ✓ | v2.15.0 | | -| TDIGEST.TRIMMED_MEAN | ✓ | v2.15.0 | Returns the trimmed mean value from the t-digest sketch. | +| TDIGEST.TRIMMED_MEAN | ✓ | unstable | Returns the trimmed mean value from the t-digest sketch. | ## TimeSeries commands
