Created
October 4, 2012 23:16
-
-
Save gotwalt/3837068 to your computer and use it in GitHub Desktop.
Late night code comments
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# how many posts to we rip on the daily? | |
def count | |
# say me say many moni, say me say manymanymany | |
redis.zcount(key, '-inf', '+inf') | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment