You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey @jnana-cetana!
Assigning this issue to you. Keep in mind the learn by doing approach and think of some learner issues too while creating it 😄
All the best.
Thanks @amoghrajesh.
I will try to think about learner issues too.
That would quite be difficult in case.
On of the issue is to develop frontend and backend around it but they could go out of 1 hr limit and scope.
But still I will add it as a note in the byte itself.
@jnana-cetana that would be way out of scope for learners.
Learner issue should be something where they kinda apply what they learnt in the byte not completely out of the game.
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:
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.
The text was updated successfully, but these errors were encountered: