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