vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / spopAwait

spopAwait

suspend fun RedisTransaction.spopAwait(key: String): String

Remove and return a random member from a set

Parameters

key - Key string

handler - Handler for the result of this call.

Return