Introduction
ZADD lets you add items with scores to a sorted list in Redis. This helps keep things in order by score.
When you want to keep a leaderboard with player scores.
When you need to store tasks with priorities and get them sorted.
When you want to track items by time or rating and retrieve them in order.
When you want to add new members to a sorted set with their scores.