Created
March 7, 2012 09:48
-
-
Save JakubOboza/1992284 to your computer and use it in GitHub Desktop.
how long it takes to get time from redis 2.9
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> MULTI | |
OK | |
redis 127.0.0.1:6379> TIME | |
QUEUED | |
redis 127.0.0.1:6379> TIME | |
QUEUED | |
redis 127.0.0.1:6379> TIME | |
QUEUED | |
redis 127.0.0.1:6379> EXEC | |
1) 1) "1331113681" | |
2) "736717" | |
2) 1) "1331113681" | |
2) "736721" | |
3) 1) "1331113681" | |
2) "736723" | |
redis 127.0.0.1:6379> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment