Skip to content

Instantly share code, notes, and snippets.

@krasnoukhov
Created July 30, 2014 13:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krasnoukhov/dceeafd892c2af227bf4 to your computer and use it in GitHub Desktop.
Save krasnoukhov/dceeafd892c2af227bf4 to your computer and use it in GitHub Desktop.
memcached
$ time telnet memcached.theoldreader.intra 11211 | echo quit
quit
real 0m5.026s
user 0m0.015s
sys 0m0.007s
$ time telnet 127.0.0.1 11211 | echo quit
quit
real 0m0.020s
user 0m0.014s
sys 0m0.005s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment