vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / rpushManyAwait

rpushManyAwait

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

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