vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hgetAwait

hgetAwait

suspend fun RedisTransaction.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