-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
MicroByte Title: Build a Leaderboard using Redis
Domain: Database
Scope of learning for learners: Redis is mainly used for caching purpose but one of the datatype "sorted sets" goes unnoticed. This byte will discuss a usecase for the sorted sets in the form of design of leaderboard.
Activities:
- Why redis is suitable for leaderboard?
- Create simple schema of leaderboard.
- Define various operations like
a) Find top 10 users
b) Update score of the user in efficient way
C) Get whole record of the user.
More activities to be added soon. The basic ones are mentioned here.
Metadata
Metadata
Assignees
Labels
No labels