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 9029846c Add SORT_RO command to supported commands list (#348)
9029846c is described below
commit 9029846c175cc324e61e7e6441a43bac83070ee7
Author: Twice <[email protected]>
AuthorDate: Thu Dec 25 14:12:57 2025 +0800
Add SORT_RO command to supported commands list (#348)
It's supported but missing.
---
docs/supported-commands.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index fbb108ce..8a150867 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -167,6 +167,7 @@
| MOVEX | ✓ | v2.9.0 | Move a key between
namespaces, see [#2225](https://github.com/apache/kvrocks/pull/2225)
|
| COPY | ✓ | v2.9.0 | Copies a key to a new key.
|
| SORT | ✓ | v2.9.0 | Sorts the elements in a
list, set, or sorted set.
|
+| SORT_RO | ✓ | v2.9.0 | Sorts the elements in a
list, set, or sorted set (read-only version).
|
| KMETADATA | ✓ | v2.12.0 | Get Kvrocks-specific
metadata information for a key.
|
### OBJECT subcommands