abstract fun zscan(key: String, cursor: String, options: ScanOptions, handler: Handler<AsyncResult<String>>): RedisTransaction
Incrementally iterate sorted sets elements and associated scores
handler - Handler for the result of this call.
Since
Redis 2.8.0 group: sorted_set