Created
February 11, 2015 10:16
-
-
Save asharma-ror/e069b9a0906b5de713ba to your computer and use it in GitHub Desktop.
Installing Memcached on Ubuntu 14.04
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
sudo apt-get install memcached | |
ps aux | grep memcached | grep 11211 | |
### response should be | |
### memcache 10197 0.0 0.0 51600 4252 ? Sl 15:17 0:00 /usr/bin/memcached -m 64 -p 11211 -u memcache -l 127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment