Skip to content

Instantly share code, notes, and snippets.

@anilex
Created December 6, 2016 18:48
Show Gist options
  • Save anilex/c442b6101d1b7cee8373ca507ba4a042 to your computer and use it in GitHub Desktop.
Save anilex/c442b6101d1b7cee8373ca507ba4a042 to your computer and use it in GitHub Desktop.
How to start or stop redis server on osSierra
alias redstart='redis-server /usr/local/etc/redis/6379.conf'
alias redstop='redis-cli -h 127.0.0.1 -p 6379 shutdown'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment