Created
July 4, 2012 10:17
-
-
Save gerhard/3046550 to your computer and use it in GitHub Desktop.
redis zrevrange different results. Running v2.4.8
This file contains hidden or 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
redis 127.0.0.1:6379> zrevrange foo 0 -1 | |
1) "1570995626" | |
redis 127.0.0.1:6379> zrevrange foo 0 -1 WITHSCORES | |
1) "1570995626" | |
2) "1341396994" | |
# Why am I getting different results? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, got it: