abstract fun hdelMany(key: String, fields: MutableList<String>, handler: Handler<AsyncResult<String>>): RedisTransaction
Delete one or more hash fields
key - Key string
key
fields - Field names
fields
handler - Handler for the result of this call.
handler
Since Redis 2.0.0 group: hash