Introduction
HKEYS and HVALS help you get all the keys or all the values stored inside a Redis hash. This makes it easy to see what data is inside without knowing each key.
You want to list all the fields (keys) inside a user's profile stored as a hash.
You need to get all the values from a settings hash to apply them in your app.
You want to check what data is stored in a hash before updating or deleting it.