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 244c6c86 Add TS.QUERYINDEX command to supported commands list (#332)
244c6c86 is described below
commit 244c6c86e5f32180e2053cc189902dd7af8336d6
Author: Twice <[email protected]>
AuthorDate: Wed Nov 5 14:47:26 2025 +0800
Add TS.QUERYINDEX command to supported commands list (#332)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 16add7b8..0afed32d 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -607,3 +607,4 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TS.DECRBY | ✓ | unstable |
|
| TS.REVRANGE | ✓ | unstable |
|
| TS.MREVRANGE | ✓ | unstable |
|
+| TS.QUERYINDEX | ✓ | unstable |
|