vertx / io.vertx.redis / RedisTransaction / scan

scan

abstract 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.

Since
Redis 2.8.0 group: generic