Imagine you had an integer in the store and you don't want to go through the process of getting it and adding another integer to it before setting it again, the `ADD` command is here to your rescue. The `ADD` command adds whatever value to the key that you specify. If the key or the value is not a valid integer, it will append it as a String instead.
Examples:
ADD myAge 1