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

rpushManyAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.rpushMany

Parameters

key - Key string

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

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.