Skip to content

Instantly share code, notes, and snippets.

@kineticac
Created March 15, 2013 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kineticac/5167924 to your computer and use it in GitHub Desktop.
Save kineticac/5167924 to your computer and use it in GitHub Desktop.
If you have a leaderboard or just want to save a specific number of the highest scored sets in a sorted set, use ZREMRANGEBYRANK. The example below will only keep the top 100 highest scored items:
ZREMRANGEBYRANK key 0 -100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment