Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created November 2, 2015 20:37
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 jcefoli/0671d46c5caff840714e to your computer and use it in GitHub Desktop.
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
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