X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/192fc3376a0712e69e638b087c82c7e34f698f4d..c040cbd6252b493456ca910d7b1d1cf4122959d4:/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 @@
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.