vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / rpushxAwait

rpushxAwait

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

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