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

handler - Handler for the result of this call.

Return