abstract fun hscan(key: String, cursor: String, options: ScanOptions, handler: Handler<AsyncResult<String>>): RedisTransaction
Incrementally iterate hash fields and associated values
handler - Handler for the result of this call.
Since
Redis 2.8.0 group: hash