X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/924aa408b99837036b679bd3895f836af6bc763f..49128f0b9da725de992e427fa341a837bcc2991b:/doc/HdelCommand.html diff --git a/doc/HdelCommand.html b/doc/HdelCommand.html new file mode 100644 index 00000000..7afdb935 --- /dev/null +++ b/doc/HdelCommand.html @@ -0,0 +1,39 @@ + + + + + + + +
+ + + +
+
+ +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 returned and 1 is returned, otherwise 0 is returned and no operation is performed.
+

Return value

Integer reply +
+ +
+
+ + +