X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/83f39c7ab26e7f7cfa5fb59ca51b768e9ac0facb..cc9f0eee712e520ddfd1eb5540a12ef1f8ef4bec:/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