This is an automated email from the ASF dual-hosted git repository.

PragmaTwice 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 186df067 Update TDIGEST.TRIMMED_MEAN version to unstable (#377)
186df067 is described below

commit 186df06760c9787e6b4d1a7750ff5f608ac7fa5a
Author: Twice <[email protected]>
AuthorDate: Wed May 27 22:36:13 2026 +0800

    Update TDIGEST.TRIMMED_MEAN version to unstable (#377)
    
    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
 

Reply via email to