linux下安装redis,安装的目录是tar的解压目录的src下
swoole需要在后台运行:
nohup php server.php & 或者 screen php server.php
关掉swool进程:
netstat -tunlp | grep 9501
kill -9 12789