vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / rpushAwait

rpushAwait

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

Append one or multiple values to a list

Parameters

key - Key string

value - Value to be added to the end of the list

handler - Handler for the result of this call.

Return