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 67572a6d Add TS.REVRANGE and TS.MREVRANGE to supported commands (#330)
67572a6d is described below
commit 67572a6d1c878f8ce6fa133306226fd2e6210a73
Author: Twice <[email protected]>
AuthorDate: Mon Nov 3 15:19:31 2025 +0800
Add TS.REVRANGE and TS.MREVRANGE to supported commands (#330)
---
docs/supported-commands.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 14b182fc..e6b843da 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -604,3 +604,5 @@ i.e. it will output nothing if the library is only in
storage but not loaded.
| TS.DEL | ✓ | unstable |
|
| TS.INCRBY | ✓ | unstable |
|
| TS.DECRBY | ✓ | unstable |
|
+| TS.REVRANGE | ✓ | unstable |
|
+| TS.MREVRANGE | ✓ | unstable |
|