suspend fun RedisTransaction.hscanAwait(key: String, cursor: String, options: ScanOptions): String
Incrementally iterate hash fields and associated values
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
handler - Handler for the result of this call.
handler
Return