vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / appendAwait

appendAwait

suspend fun RedisClient.appendAwait(key: String, value: String): Long

Append a value to a key

Parameters

key - Key string

value - Value to append

handler - Handler for the result of this call.

Return