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 fbd777b1 Add SMISMEMBER command to supported commands list (#349)
fbd777b1 is described below
commit fbd777b13528424d21079c69920a7bb90381e441
Author: Twice <[email protected]>
AuthorDate: Thu Dec 25 14:26:44 2025 +0800
Add SMISMEMBER command to supported commands list (#349)
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 8a150867..8e0484f6 100644
--- a/docs/supported-commands.md
+++ b/docs/supported-commands.md
@@ -91,6 +91,7 @@
| SINTERCARD | ✓ | v2.5.0 | Returns the cardinality
(number of elements) in the intersection of sets.
|
| SINTERSTORE | ✓ | v1.0.0 | Computes the intersection
of multiple sets and stores the result in a destination set.
|
| SISMEMBER | ✓ | v1.0.0 | Checks if a member is part
of a set.
|
+| SMISMEMBER | ✓ | v1.0.0 | Checks if members are part
of a set.
|
| SMEMBERS | ✓ | v1.0.0 | Returns all the members in
a set.
|
| SMOVE | ✓ | v1.0.0 | Moves a member from one set
to another.
|
| SPOP | ✓ | v1.0.0 | Pop members in the order of
keys
|