This is an automated email from the ASF dual-hosted git repository. twice pushed a commit to branch twice/sortro in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
commit df74e6136a87167959392ae7948ae451e2f5319d Author: Twice <[email protected]> AuthorDate: Thu Dec 25 14:12:35 2025 +0800 Add SORT_RO command to supported commands list 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
