Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created March 7, 2012 09:48
Show Gist options
  • Save JakubOboza/1992284 to your computer and use it in GitHub Desktop.
Save JakubOboza/1992284 to your computer and use it in GitHub Desktop.
how long it takes to get time from redis 2.9
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