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 1143635f Add TS.RANGE and TS.GET to supported commands list (#321)
1143635f is described below
commit 1143635fa451d9178b6bfaf390af90f91e2c939a
Author: Twice <[email protected]>
AuthorDate: Tue Aug 26 11:15:10 2025 +0800
Add TS.RANGE and TS.GET to supported commands list (#321)
---
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 |
|