vertx / io.vertx.kotlin.redis / io.vertx.redis.RedisClient / hscanAwait

hscanAwait

suspend fun RedisClient.hscanAwait(key: String, cursor: String, options: ScanOptions): JsonArray

Incrementally iterate hash fields and associated values

Parameters

key - Key string

cursor - Cursor id

options - Scan options

handler - Handler for the result of this call.

Return