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 97a5358c Add TS.INFO to supported commands (#319)
97a5358c is described below
commit 97a5358c9bee16b9db58c9dc7070f9ae95dc0e76
Author: Twice <[email protected]>
AuthorDate: Fri Aug 22 10:56:16 2025 +0800
Add TS.INFO to supported commands (#319)
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index a6e58c29..0a8433d2 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -580,3 +580,4 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TS.CREATE | ✓ | unstable |
|
| TS.ADD | ✓ | unstable |
|
| TS.MADD | ✓ | unstable |
|
+| TS.INFO | ✓ | unstable |
|