vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / sscanAwait

sscanAwait

suspend fun RedisClient.sscanAwait(key: String, cursor: String, options: ScanOptions): JsonArray

Incrementally iterate Set elements

Parameters

key - Key string

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return