abstract fun sscan(key: String, cursor: String, options: ScanOptions, handler: Handler<AsyncResult<String>>): RedisTransaction
Incrementally iterate Set elements
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Since Redis 2.8.0 group: set