vertx / io.vertx.rxjava.redis / RedisTransaction / rxZscan

rxZscan

open fun rxZscan(key: String, cursor: String, options: ScanOptions): Single<String>

Incrementally iterate sorted sets elements and associated scores

Parameters

key - Key string

cursor - Cursor id

options - Scan options

Return