vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / scanAwait

scanAwait

suspend fun RedisTransaction.scanAwait(cursor: String, options: ScanOptions): String

Incrementally iterate the keys space

Parameters

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return