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 88f83b01b9b44e03443b8a46ac44a922f343dc94 Author: Twice <[email protected]> AuthorDate: Sun Feb 23 19:30:12 2025 +0800 Add TDIGEST to supported-commands.md --- docs/supported-commands.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index ee31d323..c3c7d8c8 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -50,6 +50,7 @@ | HVALS | ✓ | v1.0.0 | | | HSCAN | ✓ | v1.0.0 | | | HRANDFIELD | ✓ | v2.6.0 | | +| HSETEXPIRE | ✓ | unstable | | ## List commands @@ -427,3 +428,10 @@ In addition, `LISTFUNC` subcommand is added as an extension to list all function | PFADD | ✓ | v2.10.0 | Adds elements to a HyperLogLog data structure. | | PFCOUNT | ✓ | v2.10.0 | Returns the approximate cardinality (number of unique elements) in a HyperLogLog. | | PFMERGE | ✓ | v2.10.0 | Merges multiple HyperLogLog structures into a single structure. | + +## TDigest commands + +| Command | Supported OR Not | Since Version | Description | +| ------------------- | ---------------- | ------------- | ---------------------------------------------------------- | +| TDIGEST.CREATE | ✓ | unstable | | +| TDIGEST.INFO | ✓ | unstable | |
