This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch PragmaTwice-patch-4 in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit c9e018bf113a0c6bfc28967e55fdbb5ac9276d33 Author: Twice <[email protected]> AuthorDate: Tue Aug 26 11:14:51 2025 +0800 Add TS.RANGE and TS.GET to supported commands list --- docs/supported-commands.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/supported-commands.md b/docs/supported-commands.md index 2a6b6588..c90f376a 100644 --- a/docs/supported-commands.md +++ b/docs/supported-commands.md @@ -584,3 +584,5 @@ i.e. it will output nothing if the library is only in storage but not loaded. | TS.ADD | ✓ | unstable | | | TS.MADD | ✓ | unstable | | | TS.INFO | ✓ | unstable | | +| TS.RANGE | ✓ | unstable | | +| TS.GET | ✓ | unstable | |
