📄️ HDEL
Delete one or more hash fields
📄️ HEXISTS
Determine if a hash field exists
📄️ HGET
Get the value of a hash field
📄️ HGETALL
Get all the fields and values in a hash
📄️ HINCRBY
Increment the integer value of a hash field by the given number
📄️ HINCRBYFLOAT
Increment the float value of a hash field by the given amount
📄️ HKEYS
Get all the fields in a hash
📄️ HLEN
Get the number of fields in a hash
📄️ HMGET
Get the values of all the given hash fields
📄️ HMSET
Set multiple hash fields to multiple values
📄️ HRANDFIELD
Get one or multiple random fields from a hash
📄️ HSCAN
Incrementally iterate hash fields and associated values
📄️ HSET
Set the string value of a hash field
📄️ HSETEX
Set the string value and the ttl of a hash field
📄️ HSETNX
Set the value of a hash field, only if the field does not exist
📄️ HSTRLEN
Get the length of the value of a hash field
📄️ HVALS
Get all the values in a hash