- hDel
Delete given hash fields.
- hExists
Determine if given hash field exists.
- hGet
Get value for given field from hash at key.
- hGetAll
Get entire hash stored at key.
- hIncrBy
Increment value of a hash field by the given delta.
- hKeys
Get key set (fields) of hash at key.
- hLen
Get size of hash at key.
- hMGet
Get values for given fields from hash at key.
- hMSet
Set multiple hash fields to multiple values using data provided in hashes
- hScan
Use a Cursor to iterate over entries in hash at key.
- hSet
Set the value of a hash field.
- hStrLen
Returns the length of the value associated with field in the hash stored at key.
If the key or the f