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