This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/new-commands in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit 6dad0d1348506d2a037aa6e7df724e98d433a74e Author: Twice <[email protected]> AuthorDate: Wed Oct 8 10:54:07 2025 +0800 Add TS.DEL, TS.INCRBY, and TS.DECRBY commands to supported command list --- docs/supported-commands.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 58247a74..5e4d6f59 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -589,3 +589,6 @@ i.e. it will output nothing if the library is only in storage but not loaded. | TS.CREATERULE | ✓ | unstable | | | TS.MGET | ✓ | unstable | | | TS.MRANGE | ✓ | unstable | | +| TS.DEL | ✓ | unstable | | +| TS.INCRBY | ✓ | unstable | | +| TS.DECRBY | ✓ | unstable | |
