2025.11.07 LOGGEDRedis Core Concepts: Sets and Sorted SetsRedis Core Concepts Sets Sorted Sets Data Types Node.js PythonDelve into Sets for unique collections and Sorted Sets for unique collections with an associated score, perfect for leaderboards and priority queues.ACCESS_FILE >>
2025.11.07 LOGGEDGuided Project 1: Building a Real-time LeaderboardRedis Project Real-time Leaderboard Sorted Sets Node.js PythonA step-by-step project to create a dynamic, real-time leaderboard using Redis Sorted Sets, demonstrating practical application of core concepts.ACCESS_FILE >>