Introduction
Patterns help you use Redis the right way. They show how to solve common problems easily and fast.
When you want to store user sessions quickly for a website.
When you need to count things like page views or likes in real time.
When you want to cache data to make your app faster.
When you need to manage queues or lists of tasks.
When you want to keep track of leaderboards or rankings.