vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / rpushManyAwait

rpushManyAwait

suspend fun RedisTransaction.rpushManyAwait(key: String, values: List<String>): String

Append one or multiple values to a list

Parameters

key - Key string

values - List of values to add to the end of the list

handler - Handler for the result of this call.

Return