Skip to content

Hash Commands

Hash commands allow you to store key-value pairs as hash tables (also known as maps or dictionaries). Each hash can store up to 2^32 - 1 field-value pairs.

Command List

Use Cases

Hash commands are ideal for representing objects, such as user profiles, product information, etc. You can store all properties of an object in a single hash, with each property as a field.

For detailed usage and parameters of each command, please refer to the individual command documentation linked above.

Released under the GPL-3.0 License.