vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hexistsAwait

hexistsAwait

suspend fun RedisClient.hexistsAwait(key: String, field: String): Long

Determine if a hash field exists

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return