Skip to content

Instantly share code, notes, and snippets.

@jmoz
Created November 30, 2012 12:47
Show Gist options
  • Save jmoz/4175557 to your computer and use it in GitHub Desktop.
Save jmoz/4175557 to your computer and use it in GitHub Desktop.
Redis sorted set timeline
redis 127.0.0.1:6379> zrevrange items:sorted-timestamp:ALL:jmoz 0 9 WITHSCORES
1) "Twitter-274182202210799616"
2) "1354205105"
3) "Foursquare-50b768b1e4b0c0274666efa6"
4) "1354197169"
5) "Foursquare-50b68d55e4b060c79257ccaf"
6) "1354141013"
7) "Instagram-334846753149593155_1412856"
8) "1354136865"
9) "Foursquare-50b67b51e4b037d8ee3feff8"
10) "1354136401"
11) "Foursquare-50b667f2e4b04cf99c160c86"
12) "1354131442"
13) "Foursquare-50b662f4e4b0b213745bc4dc"
14) "1354130164"
15) "Foursquare-50b627fde4b057a50b908941"
16) "1354115069"
17) "Twitter-273799835646300161"
18) "1354113942"
19) "Twitter-273527387273183232"
20) "1354048985"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment