vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / existsAwait

existsAwait

suspend fun RedisTransaction.existsAwait(key: String): String

Determine if a key exists

Parameters

key - Key string

handler - Handler for the result of this call.

Return