mac 安装memcached服务

it2025-05-02  10

使用homebrew安装,homebrew安装方法http://brew.sh/

安装memcached服务brew install memcached配置开机启动(用brew安装之后下面会提示怎么启动)ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgentslaunchctl load  ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist启动memcached/usr/local/opt/memcached/bin/memcached测试memcache是否启动telnet 127.0.0.1 11211

转载于:https://www.cnblogs.com/whlives/p/4533017.html

相关资源:数据结构—成绩单生成器
最新回复(0)