How do SET and GET relate for Redis string keys?
SET
GET
Both commands only report whether a key exists.
SET retrieves a value, and GET deletes the key.
Both commands only attach expiration times.
SET stores or replaces a value, and GET retrieves the value for a key.