Remove the specified field from an hash stored at key.
Time complexity: O(1)
@param key
@param fields
@return If the field was present in the hash it is deleted and 1 isreturned, otherwise 0 is returned and no operation is performed.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.