vertx / io.vertx.reactivex.redis / RedisTransaction / scan

scan

open fun scan(cursor: String, options: ScanOptions, handler: Handler<AsyncResult<String>>): RedisTransaction

Incrementally iterate the keys space

Parameters

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return