Introduction
You use keys and arguments to tell Redis exactly which data to work with and what extra information to use.
When you want to get or set a specific value in Redis.
When writing a Redis script that needs to know which keys to access.
When passing extra information to a Redis command or script.
When you want to update multiple keys with some parameters.
When you want to control how a Redis command behaves using arguments.