vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / spopAwait

spopAwait

suspend fun RedisClient.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