vertx / io.vertx.reactivex.redis / RedisClient / zscan

zscan

open fun zscan(key: String, cursor: String, options: ScanOptions, handler: Handler<AsyncResult<JsonArray>>): RedisClient

Incrementally iterate sorted sets elements and associated scores

Parameters

key - Key string

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return