suspend fun RedisClient.rpushManyAwait(key: String, values: List<String>): Long
Suspending version of method io.vertx.redis.RedisClient.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.RedisClient using Vert.x codegen.