Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 117 Bytes

File metadata and controls

5 lines (3 loc) · 117 Bytes

一些常用命令

杀死 redis 进程

ps -ef | grep redis | grep -v grep | awk '{print $2}' | xargs kill -9