Skip to content

Instantly share code, notes, and snippets.

@rafaelcaricio
Created November 2, 2010 15:41
Show Gist options
  • Save rafaelcaricio/659792 to your computer and use it in GitHub Desktop.
Save rafaelcaricio/659792 to your computer and use it in GitHub Desktop.
Instalando e iniciando o memcached
rafaelcaricio@ubuntu:~$ sudo apt-get install memcached
rafaelcaricio@ubuntu:~$ memcached -d -m 512 -l 127.0.0.1 -p 11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment