X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/ed9b544e10b84cd43348ddfab7068b610a5df1f7..df278b8b0b4bd54b83840d4a151e538c60dc92e9:/doc/HdelCommand.html diff --git a/doc/HdelCommand.html b/doc/HdelCommand.html new file mode 100644 index 00000000..2ecb2098 --- /dev/null +++ b/doc/HdelCommand.html @@ -0,0 +1,39 @@ + + + +
+ + + +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.+