vertx / io.vertx.reactivex.redis / RedisClient / rxZscan

rxZscan

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

Incrementally iterate sorted sets elements and associated scores

Parameters

key - Key string

cursor - Cursor id

options - Scan options

Return