Skip to content

Instantly share code, notes, and snippets.

@cjroth
Created February 27, 2017 20:36
Show Gist options
  • Save cjroth/fc134ee44104e35d515949788884b69a to your computer and use it in GitHub Desktop.
Save cjroth/fc134ee44104e35d515949788884b69a to your computer and use it in GitHub Desktop.
Kill process running on port
kill -9 $(lsof -t -i:6379 -sTCP:LISTEN)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment