vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / appendAwait

appendAwait

suspend fun RedisTransaction.appendAwait(key: String, value: String): String

Append a value to a key

Parameters

key - Key string

value - Value to append

handler - Handler for the result of this call.

Return