vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / spopManyAwait

spopManyAwait

suspend fun RedisTransaction.spopManyAwait(key: String, count: Int): String

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

Parameters

key - Key string

count - Number of members to remove

Return

String

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