vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hexistsAwait

hexistsAwait

suspend fun RedisTransaction.hexistsAwait(key: String, field: String): String

Determine if a hash field exists

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return