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