vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / rpushAwait

rpushAwait

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

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