Get field from hash
Get all fields and values
Prepend to list
Set field in hash
HSET key field value
Sets field in the hash stored at key to value.
Set name field
HSET user:1000 name "Alice"
Set age field
HSET user:1000 age 30
Append to list
Get list elements
Add members to set