📄️ hSet() - Write Value
First the
📄️ hGet() - Read Value
First the
📄️ hmSet() - Write Multiple Values
Like hSet(), with the difference that several fields
📄️ hmGet() - Read Multiple Values
Like hGet(), with the difference that several fields are read in one go.
📄️ hHasField() - Has Field
Returns if field is an existing field in the hash stored at key.
📄️ hGetCount() - Count Fields
Returns the number of fields contained in the hash stored at key.
📄️ hGetFields() - Get All Field Names
Returns the field names contained in the hash stored at key.
📄️ hGetValues() - Get All Values
Returns the values contained in the hash stored at key.
📄️ hDelete() - Delete Field
Deletes a field of the map object.
📄️ hIncr() - Increment Field
Increments the value of a field.
📄️ hDecr() - Decrement Field
Decrements the value of a field.