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 useAnd 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 ...?
↧