Skip to content

Instantly share code, notes, and snippets.

@elliottcordo
Created August 26, 2014 22:22
Show Gist options
  • Save elliottcordo/73790ed8e2a497561e12 to your computer and use it in GitHub Desktop.
Save elliottcordo/73790ed8e2a497561e12 to your computer and use it in GitHub Desktop.
another simple redis example
zadd lb-102-dist 546.2 eswar 400 elliott 311.2 marie 555 neel
zadd lb-103-dist 511.333 eswar 200 elliott 132 sue 888.4 jill
zadd demo-women 1 jill 1 sue 1 marie
zadd demo-men 1 elliott 1 eswar 1 neel
zunionstore tmp-1 2 lb-103-dist lb-102-dist
zinterstore tmp-1 2 demo-women tmp-1 WEIGHTS 0 1
zrevrange tmp-1 0 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment