1,首先查詢?cè)摱丝诘?pid,使用命令 【netstat -ano | findstr 端口號(hào)】 [cpp] F:\Program Files\Redis>netstat -ano | findstr 6379 TCP 0.0.0.0:6379 0.0.0.0:0 LISTENING 6932 TCP [::]:6379 [::]:0 LISTENING 6932 F:\Program Files\Redis> PS:該記錄中的 6932 即是端口號(hào)為 6379的 pid。 2 ,...
www.dbjr.com.cn/article/1637...htm 2025-6-5