vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / rpushxAwait

rpushxAwait

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

Append a value to a list, only if the list exists

Parameters

key - Key string

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

handler - Handler for the result of this call.

Return