Skip to content

Instantly share code, notes, and snippets.

@darcyliu
Created August 6, 2013 14:43
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 darcyliu/6165117 to your computer and use it in GitHub Desktop.
Save darcyliu/6165117 to your computer and use it in GitHub Desktop.
start/stop memcached
memcached -d -l 127.0.0.1 -p 11211 -m 64
killall -c memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment