「Mac/インストール/memcached」の版間の差分
提供: 初心者エンジニアの簡易メモ
(ページの作成:「==インストール== brew install memcached」) |
(→その他接続などについて) |
||
(同じ利用者による、間の3版が非表示) | |||
行1: | 行1: | ||
==インストール== | ==インストール== | ||
brew install memcached | brew install memcached | ||
+ | |||
+ | ==自動起動== | ||
+ | ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents | ||
+ | launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist | ||
+ | |||
+ | ==その他接続などについて== | ||
+ | [[linux/memcacheインストール]] [ショートカット] |
2017年1月10日 (火) 14:39時点における最新版
インストール
brew install memcached
自動起動
ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist
その他接続などについて
linux/memcacheインストール [ショートカット]