Created
August 26, 2014 22:22
-
-
Save elliottcordo/73790ed8e2a497561e12 to your computer and use it in GitHub Desktop.
another simple redis example
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
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