Section: Sorted sets

Trim by score

bash
bash
ZREMRANGEBYSCORE leaderboard -inf 49

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Sorted sets
Trim by rank
Remove all but top 100 members.
OpenIn sheetbashsame section
Add scored members
Insert or update sorted-set scores.
OpenIn sheetbashsame section
Get a member score
Read a member's numeric score.
OpenIn sheetbashsame section
Increment member score
Add to a member's score.
OpenIn sheetbashsame section
Read by rank
Get members by ascending rank.
OpenIn sheetbashsame section
Read highest-ranked members
Get members by descending rank.
OpenIn sheetbashsame section