This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/ts-commands in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit b208289a59f174c6cac944383d272d9fce7f5d03 Author: Twice <[email protected]> AuthorDate: Sat Sep 13 22:52:31 2025 +0800 Add new commands TS.CREATERULE, TS.MGET, and TS.MRANGE --- 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 | |
