1. 首页
  2. 编程语言
  3. 其他
  4. redis启动,停止,及端口占用处理方法

redis启动,停止,及端口占用处理方法

上传者: 2021-05-14 01:40:13上传 PDF文件 37.31 KB 热度 6次

进入etc目录下 启动redissudo ../bin/redis-server ./redis.conf停止 ./redis-cli shutdown 注释:这里关闭默认端口号 ./redis-cli -h 127.0.0.1 -p 7001 shutdown 注释:关闭指定端口号 实时查看日志 tail -f /usr/local/redis/log-redis.log //----------------端口占用问题处理 $ ps aux | grep redis Find the port that its running on.. In my case..And then close

用户评论