vertx / io.vertx.rxjava.redis / RedisTransaction / sscan

sscan

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

Incrementally iterate Set elements

Parameters

key - Key string

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return