suspend fun RedisClient.hdelAwait(key: String, field: String): Long
Delete one or more hash fields
key - Key string
key
field - Field name
field
Return