X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/fab3a740ab3f4eb4e5f1697973150f516b7c8d38..5ce3a24dbaec87d3fc38c52cb2bcd631dff1a968:/doc/ScardCommand.html diff --git a/doc/ScardCommand.html b/doc/ScardCommand.html index d85be9db..da7b3cbd 100644 --- a/doc/ScardCommand.html +++ b/doc/ScardCommand.html @@ -16,7 +16,7 @@
Return the set cardinality (number of elements). If the key does notexist 0 is returned, like for empty sets. If the key does not holda set value -1 is returned. Client libraries should raise an errorwhen -1 is returned instead to pass the value to the caller.+ #sidebar SetCommandsSidebar
Return the set cardinality (number of elements). If the key does notexist 0 is returned, like for empty sets.
-the cardinality (number of elements) of the set as an integer `>=` 0 if the operation succeeded --2 if the specified key does not hold a set value -