Skip to content

Instantly share code, notes, and snippets.

@itsmeurbi
Last active March 4, 2023 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save itsmeurbi/e33178c7a5e9a7bd84cb3102550346e0 to your computer and use it in GitHub Desktop.
Save itsmeurbi/e33178c7a5e9a7bd84cb3102550346e0 to your computer and use it in GitHub Desktop.
redis-auto-start-apple-silicon.md

Install Redis with Homebrew

brew install redis

Create symbolic link in /LaunchAgents to the default redis .plist file

ln -sfv /usr/local/opt/redis/*.plist ~/Library/LaunchAgents/

Launchctl to auto start redis

launchctl load ~/Library/LaunchAgents/homebrew.mxcl.redis.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment