1.查看安装信息
brew info memcached
显示如下:
memcached: stable 1.5.9 (bottled)
High performance, distributed memory object caching system
https://memcached.org/
Conflicts with:
mysql-cluster (because both install `bin/memcached`)
/usr/local/Cellar/memcached/1.5.9 (11 files, 199.3KB) *
Poured from bottle on 2018-08-08 at 17:23:04
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/memcached.rb
==> Dependencies
Required: libevent ✔
==> Options
--with-sasl
Enable SASL support -- disables ASCII protocol!
--with-sasl-pwdb
Enable SASL with memcached's own plain text password db support -- disables ASCII protocol!
==> Caveats
To have launchd start memcached now and restart at login:
brew services start memcached
Or, if you don't want/need a background service you can just run:
/usr/local/opt/memcached/bin/memcachedmemcac