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

HdelCommand

- -
- -
- -
- #sidebar HashCommandsSidebar

HDEL _key_ _field_ (Redis >

1.3.10)= -Time complexity: O(1)
Remove the specified field from an hash stored at key.
-
If the field was present in the hash it is deleted and 1 is returned, otherwise 0 is returned and no operation is performed.
-

Return value

Integer reply -
- -
-
- - -