Coderwall
Ruby
Python
JavaScript
Front-End
Tools
iOS
More
Tips
Ruby
Python
JavaScript
Front-End
Tools
iOS
PHP
Android
.NET
Java
Jobs
Jobs
Sign In or Up
Joined October 2013
·
glenn-murray-bse
glenn-murray-bse
Earth
·
·
0 Protips
1 Comments
Posted to
Trim redis sorted sets to a max number
over 1 year ago
Off by one; to keep the top 100 you must do:
ZREMRANGEBYRANK key 0 -101</code>
Achievements
19 Karma
0 Total ProTip Views
Honey Badger
Have at least one original Node.js-specific repo
Charity
Fork and commit to someone's open source project in need
Interests & Skills
Open Source
JavaScript
Node.js
Off by one; to keep the top 100 you must do:
ZREMRANGEBYRANK key 0 -101</code>