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

zscanAwait

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

Suspending version of method io.vertx.redis.RedisTransaction.zscan

Parameters

key - Key string

cursor - Cursor id

options - Scan options

Return

String

NOTE: This function has been automatically generated from io.vertx.redis.RedisTransaction using Vert.x codegen.