X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/9f3c422c72d4cede717b5f61bb7bde5823db53f2..dc4be23ec895c6ec49afc75cd037cac230a21771:/doc/ZcardCommand.html diff --git a/doc/ZcardCommand.html b/doc/ZcardCommand.html new file mode 100644 index 00000000..d9a85ef0 --- /dev/null +++ b/doc/ZcardCommand.html @@ -0,0 +1,41 @@ + + + +
+ + + +Return the sorted set cardinality (number of elements). If the key does notexist 0 is returned, like for empty sorted sets.+
+the cardinality (number of elements) of the set as an integer. ++ +