vertx / io.vertx.rxjava.redis / RedisClient / hscan

hscan

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

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