「Mac/インストール/memcached」の版間の差分
提供: 初心者エンジニアの簡易メモ
(→その他接続などについて) |
(→自動起動) |
||
| 行3: | 行3: | ||
==自動起動== | ==自動起動== | ||
| + | 起動と、自動起動 | ||
| + | brew services start memcached | ||
| + | |||
| + | 旧 | ||
ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents | ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents | ||
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist | launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist | ||
2026年4月1日 (水) 16:02時点における版
インストール
brew install memcached
自動起動
起動と、自動起動
brew services start memcached
旧
ln -sfv /usr/local/opt/memcached/*.plist ~/Library/LaunchAgents launchctl load ~/Library/LaunchAgents/homebrew.mxcl.memcached.plist
その他接続などについて
linux/memcacheインストール [ショートカット]
