This is an automated email from the ASF dual-hosted git repository.
hulk 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 0f03595 Add new command: ZRANDMEMBER (#192)
0f03595 is described below
commit 0f03595a341c25f6c4c4481608a44b9da887e82f
Author: hulk <[email protected]>
AuthorDate: Mon Jan 15 21:45:17 2024 +0800
Add new command: ZRANDMEMBER (#192)
---
docs/supported-commands.md | 1 +
dump.rdb | Bin 0 -> 141 bytes
2 files changed, 1 insertion(+)
diff --git a/docs/supported-commands.md b/docs/supported-commands.md
index e00ae71..c32b817 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -134,6 +134,7 @@
| ZUNIONSTORE | √ | v1.0.0 | |
| ZINTER | √ | unstable | |
| ZINTERCARD | √ | unstable | |
+| ZRANDMEMBER | √ | unstable | |
## Key commands
diff --git a/dump.rdb b/dump.rdb
new file mode 100644
index 0000000..e936279
Binary files /dev/null and b/dump.rdb differ