redis mac版服务优化

To have launchd start redis at login:
ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents
Then to load redis now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Or, if you don’t want/need launchctl, you can just run:
redis-server /usr/local/etc/redis.conf
Warning: The post-install step did not complete successfully
You can try again using brew postinstall redis

Mac OS启动服务优化高级篇(launchd tuning)

你可能感兴趣的:(redis)