X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..144b0094c31b0a3604e5bd2686a7df15c0fd324d:/doc/HexistsCommand.html diff --git a/doc/HexistsCommand.html b/doc/HexistsCommand.html new file mode 100644 index 00000000..dde528a7 --- /dev/null +++ b/doc/HexistsCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +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 +
+ +
+
+ + +