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

ScardCommand

- -
- -
- -
- #sidebar SetCommandsSidebar

SCARD _key_

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

Return value

Integer reply, specifically:

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