Prepend to list
Append to list
Get members by range
Get list elements
LRANGE key start stop
Returns the specified elements of the list stored at key.
Get all elements
LRANGE tasks 0 -1
Get first 3 elements
LRANGE tasks 0 2
Set field in hash
Get field from hash
Get all fields and values