Hash
HSCAN
Scan a hash for fields.
Arguments
The key of the hash.
The cursor, use 0
in the beginning and then use the returned cursor for subsequent calls.
Glob-style pattern to filter by field names.
Number of fields to return per call.
Response
The new cursor and the fields.
If the new cursor is 0
the iteration is complete.
Was this page helpful?