open fun rxHscan(key: String, cursor: String, options: ScanOptions): Single<String>
Incrementally iterate hash fields and associated values
key - Key string
key
cursor - Cursor id
cursor
options - Scan options
options
Return