This is an automated email from the ASF dual-hosted git repository.
twice 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 9c5e3aab Add TS.DEL, TS.INCRBY, and TS.DECRBY commands to supported
command list (#327)
9c5e3aab is described below
commit 9c5e3aab3f6e53348ab9e5af1239a497936abc64
Author: Twice <[email protected]>
AuthorDate: Wed Oct 8 10:55:13 2025 +0800
Add TS.DEL, TS.INCRBY, and TS.DECRBY commands to supported command list
(#327)
---
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 |
|