Skip to content

Instantly share code, notes, and snippets.

@brendannee
Created September 22, 2012 00:48
Show Gist options
  • Save brendannee/3764710 to your computer and use it in GitHub Desktop.
Save brendannee/3764710 to your computer and use it in GitHub Desktop.
Start and Stop redis on OS X
launchctl unload -w io.redis.redis-server.plist
# do stuff, replace .rdb in /usr/local/var/db/redis/
launchctl load -w io.redis.redis-server.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment