HSCANIterate a hash's fields and values (single-batch cursor).
| 構文 | HSCAN key cursor [MATCH pattern] [COUNT count] |
| グループ | hash |
| 引数の数 | -3 |
| 導入バージョン | 1.0.0 |
| フラグ | readonly |
| 計算量 | O(N) — the whole hash is copied and returned in one batch |
| Redis 互換性 | differs: not a cursor iterator — the cursor is always 0 and the entire hash comes back in a single reply; NOVALUES is not parsed and COUNT is validated then ignored |