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 dc1750a2 Add new commands TS.CREATERULE, TS.MGET, and TS.MRANGE (#323)
dc1750a2 is described below
commit dc1750a273b3ce78fd4789fb9bc29e5efcc11e35
Author: Twice <[email protected]>
AuthorDate: Sat Sep 13 22:53:38 2025 +0800
Add new commands TS.CREATERULE, TS.MGET, and TS.MRANGE (#323)
---
docs/supported-commands.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index c90f376a..58247a74 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -586,3 +586,6 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TS.INFO | ✓ | unstable |
|
| TS.RANGE | ✓ | unstable |
|
| TS.GET | ✓ | unstable |
|
+| TS.CREATERULE | ✓ | unstable |
|
+| TS.MGET | ✓ | unstable |
|
+| TS.MRANGE | ✓ | unstable |
|