X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/163f4b8cb25ca46c1482bb6b4ca9c4c9d0f15dd4..5fa95ad7639ae3f43e175d95a7d6384e4723b80e:/doc/HdelCommand.html diff --git a/doc/HdelCommand.html b/doc/HdelCommand.html new file mode 100644 index 00000000..7afdb935 --- /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 returned and 1 is returned, otherwise 0 is returned and no operation is performed.+