X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/abe18d0e00f8ef15aac18ce59c17f90627b72e9e..cea8c5cd75b88cd5a13d9b253d792cc045d28b62:/doc/HdelCommand.html diff --git a/doc/HdelCommand.html b/doc/HdelCommand.html index 7afdb935..2ecb2098 100644 --- a/doc/HdelCommand.html +++ b/doc/HdelCommand.html @@ -28,7 +28,7 @@
#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.
+
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