How do I start Redis on Mac?

How do I start Redis on Mac? 1. On macOS brew install redis. ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents. launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist. redis-server /usr/local/etc/redis.conf. launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.redis.plist. Continue Reading

Posted In Q&A