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 bd705a7a Add TDIGEST.REVRANK command to supported commands (#331)
bd705a7a is described below

commit bd705a7af15e8ffa0c434e4a9444edddd403b53c
Author: Twice <[email protected]>
AuthorDate: Mon Nov 3 20:29:21 2025 +0800

    Add TDIGEST.REVRANK command to supported commands (#331)
    
    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
 

Reply via email to