open fun scan(cursor: String, options: ScanOptions, handler: Handler<AsyncResult<String>>): RedisTransaction
Incrementally iterate the keys space
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Return