vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / sscanAwait
sscanAwait
suspend fun RedisTransaction.sscanAwait(key: String, cursor: String, options: ScanOptions): String
Incrementally iterate Set elements
Parameters
key - Key string
cursor - Cursor id
options - Scan options
Return