suspend fun RedisTransaction.rpushManyAwait(key: String, values: List<String>): String
Suspending version of method io.vertx.redis.RedisTransaction.rpushMany
values
- List of values to add to the end of the list
Return
NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.