vertx / io.vertx.reactivex.redis / RedisClient / rxSscan
rxSscan
open fun rxSscan(key: String, cursor: String, options: ScanOptions): Single<JsonArray>
Incrementally iterate Set elements
Parameters
key - Key string
cursor - Cursor id
options - Scan options
Return