vertx / io.vertx.rxjava.redis / RedisClient / scan

scan

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

Incrementally iterate the keys space

Parameters

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return