Skip to content

Instantly share code, notes, and snippets.

@xexi
Created August 1, 2017 09:05
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 xexi/c777147b976e2637bb53a0554ad23ebd to your computer and use it in GitHub Desktop.
Save xexi/c777147b976e2637bb53a0554ad23ebd to your computer and use it in GitHub Desktop.
redis conf/process
// conf set
"myredis" : "redis://myredis.com:6379"
// process grep ex
ps aux | grep redis-server
kill -9 22292
ps -ef | grep -i 'redis-server'
kill -9 PID owned by redis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment