Installing memcached on Mac OS

Installation process for memcached caching on Mac OS.

Installing via Homebrew

brew update
brew install memcached

Let’s check the version:

Let’s copy to startup:

cp /usr/local/Cellar/memcached/1.6.9/homebrew.mxcl.memcached.plist ~ / Library / LaunchAgents /

Start and stop via brew:

brew services start memcached
brew services stop memcached

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *