X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/efc3408748061a08ec5ff18e392c30f31f5094a2..06e09c9b586d0e2c5d91dc596f871be56c6e0971:/doc/ZcardCommand.html diff --git a/doc/ZcardCommand.html b/doc/ZcardCommand.html deleted file mode 100644 index d9a85ef0..00000000 --- a/doc/ZcardCommand.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - -
- - - -
-
- -ZcardCommand: Contents
  ZCARD _key_ (Redis >
    Return value -
- -

ZcardCommand

- -
- -
- -
- #sidebar SortedSetCommandsSidebar

ZCARD _key_ (Redis >

1.1) = -Time complexity O(1)
Return the sorted set cardinality (number of elements). If the key does notexist 0 is returned, like for empty sorted sets.
-

Return value

Integer reply, specifically:

-the cardinality (number of elements) of the set as an integer.
-
- -
- -
-
- - -