This is an automated email from the ASF dual-hosted git repository.
hulk 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 503c4224 Add TDIGEST to supported-commands.md (#272)
503c4224 is described below
commit 503c42242826c7be71b89844c63f09edd4762b33
Author: Twice <[email protected]>
AuthorDate: Sun Feb 23 19:45:54 2025 +0800
Add TDIGEST to supported-commands.md (#272)
---
docs/supported-commands.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index ee31d323..37d7b045 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 | The combination of these
two commands: HSET and EXPIRE
|
## 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 |
|