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 0b443d88 Update supported-commands.md for 2.12.0 (#298)
0b443d88 is described below
commit 0b443d8894a08f6aa557c958e1a294a3e24e4025
Author: Twice <[email protected]>
AuthorDate: Thu May 8 21:38:26 2025 +0800
Update supported-commands.md for 2.12.0 (#298)
---
docs/supported-commands.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index 21dcf4fd..0bbf55e4 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -50,7 +50,7 @@
| HVALS | ✓ | v1.0.0 | Returns all values stored
in a hash.
|
| HSCAN | ✓ | v1.0.0 | SCAN for fields of a hash.
|
| HRANDFIELD | ✓ | v2.6.0 | Returns some random fields
in a hash.
|
-| HSETEXPIRE | ✓ | unstable | The combination of these
two commands: HSET and EXPIRE
|
+| HSETEXPIRE | ✓ | v2.12.0 | The combination of these
two commands: HSET and EXPIRE
|
## List commands
@@ -165,6 +165,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.
|
+| KMETADATA | ✓ | v2.12.0 | Get Kvrocks-specific
metadata information for a key.
|
### OBJECT subcommands
@@ -364,6 +365,7 @@ To guarantee the correctness of client SDK, we rename the
`CLUSTER` command to `
| COMPACT | ✓ | v1.0.0 | Compacts database storage.
(RocksDB)
|
| RDB | ✓ | v2.7.0 | RDB LOAD command is used to
load RocksDB file from local path into Kvrocks
|
| DUMP | ✓ | v2.9.0 | Serializes a key and
returns it to the client.
|
+| POLLUPDATES | ✓ | v2.10.0 | Poll updates for data
changes in Kvrocks.
|
:::note