vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hgetAwait

hgetAwait

suspend fun RedisClient.hgetAwait(key: String, field: String): String?

Get the value of a hash field

Parameters

key - Key string

field - Field name

handler - Handler for the result of this call.

Return