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 31f79811c0c4698d3f594f0d230b84b2f291dc3b Author: Twice <tw...@apache.org> AuthorDate: Wed Aug 20 14:33:59 2025 +0800 Add timeseries commands 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 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 | |