suspend fun RedisTransaction.hdelAwait(key: String, field: String): String
Delete one or more hash fields
key - Key string
key
field - Field name
field
handler - Handler for the result of this call.
handler
Return