vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hsetAwait

hsetAwait

suspend fun RedisTransaction.hsetAwait(key: String, field: String, value: String): String

Set the string value of a hash field

Parameters

key - Key string

field - Field name

value - New value

handler - Handler for the result of this call.

Return