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 4ba870a2 Add timeseries commands to supported-commands.md (#318)
4ba870a2 is described below
commit 4ba870a2ea17cb4d45a0d37a9dffd74e8587bf7b
Author: Twice <[email protected]>
AuthorDate: Wed Aug 20 15:09:58 2025 +0800
Add timeseries commands to supported-commands.md (#318)
---
docs/supported-commands.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 945cdb71..a6e58c29 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -572,3 +572,11 @@ 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 |
|
+
+## TimeSeries commands
+
+| Command | Supported OR Not | Since Version | Description
|
+| ------------------- | ---------------- | ------------- |
---------------------------------------------------------- |
+| TS.CREATE | ✓ | unstable |
|
+| TS.ADD | ✓ | unstable |
|
+| TS.MADD | ✓ | unstable |
|