I want to initiate redis-server on port 6379 but i got this: Could not create server TCP listening socket :6379: bind: Address already in use And here is the output of netstat -tunlp : tcp 0 0 127.0.0.1:6379 0.0.0.0: LISTEN - How to kill this process ...?
Asked
Active
Viewed 987 times
-1
-
Try to run `sudo netstat ...`, then you can see PID. – Philippe Jan 28 '22 at 17:37
-
the pid i get is '-'..even with sudo – Musa Hamada Jan 29 '22 at 00:41
1 Answers
1
Try to restart WSL by using wsl --shutdown
and then try again.
Or maybe some windows app on your computer is using this port and is preventing Linux from getting information about this process.

JosephWorks
- 682
- 4
- 21

tts.035
- 11
- 2