vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisTransaction / zscanAwait

zscanAwait

suspend fun RedisTransaction.zscanAwait(key: String, cursor: String, options: ScanOptions): String

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