open fun hdelMany(key: String, fields: MutableList<String>, handler: Handler<AsyncResult<Long>>): RedisClient
Delete one or more hash fields
key - Key string
key
fields - Field names
fields
handler - Handler for the result of this call.
handler
Return