vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / scanAwait
scanAwait
suspend fun RedisClient.scanAwait(cursor: String, options: ScanOptions): JsonArray
Incrementally iterate the keys space
Parameters
cursor - Cursor id
options - Scan options
Return