X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/a4460ef43f9625e6c09cdc327614d1b47c043489..cea8c5cd75b88cd5a13d9b253d792cc045d28b62:/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.+