Created
November 2, 2015 20:37
-
-
Save jcefoli/0671d46c5caff840714e to your computer and use it in GitHub Desktop.
Stop Multiple Instances of Redis Server and Sentinel if they're Running on One Server
This file contains hidden or 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
for f in /etc/init.d/redis*; do $f status; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment