Created
December 6, 2016 18:48
-
-
Save anilex/c442b6101d1b7cee8373ca507ba4a042 to your computer and use it in GitHub Desktop.
How to start or stop redis server on osSierra
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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