vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / hsetnxAwait

hsetnxAwait

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

Set the value of a hash field, only if the field does not exist

Parameters

key - Key string

field - Field name

value - New value

handler - Handler for the result of this call.

Return