Introduction
INCRBY and DECRBY help you add or subtract numbers stored in Redis keys easily.
When you want to count how many times something happens, like page views.
When you need to increase or decrease a user's score in a game.
When tracking inventory changes, like adding or removing items.
When you want to update a numeric value without reading it first.
When you want a fast way to change numbers in a shared database.