Skip to content

Instantly share code, notes, and snippets.

@SupermanScott
Created May 28, 2012 22:22
Show Gist options
  • Save SupermanScott/2821453 to your computer and use it in GitHub Desktop.
Save SupermanScott/2821453 to your computer and use it in GitHub Desktop.
redis_output_start
redis 127.0.0.1:6379[2]> keys *
1) "activity_aggr:1:picture:1:15488.0" # Aggregation for picture, user 1 and day 15488
2) "activity:1:1338243610.94:like" # Individual activity
3) "activity:1:1338243622.3:picture" # Individual activity
4) "activity_aggr:1:like:1:15488.0:counter" # counter for like, user 1 and day 15488
5) "activities:1" # All activities that user 1 has ever done.
6) "activity_profile:1:1" # Profile feed for user 1
7) "activity:1:1338243599.68:picture" # Individual activity
8) "activity_aggr:1:like:1:15488.0" # Aggregation for like, user 1 and day 15488
9) "activity_aggr:1:picture:1:15488.0:counter" # Counter for picture, user 1 and day 15488
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment