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

HexistsCommand

- -
- -
- -
- #sidebar HashCommandsSidebar

HEXISTS _key_ _field_ (Redis >

1.3.10)= -Time complexity: O(1)
Return 1 if the hash stored at key contains the specified field.
-
Return 0 if the key is not found or the field is not present.
-

Return value

Integer reply -
- -
-
- - -