vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hsetAwait
hsetAwait
suspend fun RedisClient.hsetAwait(key: String, field: String, value: String): Long
Set the string value of a hash field
Parameters
key - Key string
field - Field name
value - New value
Return