See SCAN for HSCAN documentation.
HSCAN
Iterates over fields and values of a hash.
Replies
RESP2
Array reply: a two-element array.
- The first element is a Bulk string reply that represents an unsigned 64-bit number, the cursor.
- The second element is an Array reply of field/value pairs that were scanned. When
NOVALUESoption is on, a list of keys from the hash.
RESP3
Array reply: a two-element array.
- The first element is a Bulk string reply that represents an unsigned 64-bit number, the cursor.
- The second element is an Array reply of field/value pairs that were scanned. When
NOVALUESoption is on, a list of keys from the hash.