Macでredisのインストールと永続化
メモ
brew install redis mkdir -p ~/Library/LaunchAgents cp /usr/local/Cellar/redis/*/homebrew.mxcl.redis.plist ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
launchctl unload -w ~/Library/LaunchAgents/homebrew.mxcl.redis.plist