Created
August 1, 2017 09:05
-
-
Save xexi/c777147b976e2637bb53a0554ad23ebd to your computer and use it in GitHub Desktop.
redis conf/process
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
// 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