suspend fun RedisTransaction.hexistsAwait(key: String, field: String): String
Determine if a hash field exists
key - Key string
key
field - Field name
field
handler - Handler for the result of this call.
handler
Return