正在创建服务器TCP监听套接字*:6379:bind:地址已在使用中

时间:2018-09-15 08:54:57

标签: ubuntu redis nosql

当我尝试运行redis-server时,将显示此错误:

# Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
16954:M 15 Sep 14:49:56.350 * Increased maximum number of open files to 10032 (it was originally set to 1024).
16954:M 15 Sep 14:49:56.350 # Creating Server TCP listening socket *:6379: bind: Address already in use

我还尝试通过使用以下命令显示哪个进程在使用此端口:

fuser -k -n tcp 6379

但是此命令不会返回任何内容。

1 个答案:

答案 0 :(得分:0)

某些东西绑定了该端口,请尝试另一种查找罪魁祸首的方法:https://www.tecmint.com/find-out-which-process-listening-on-a-particular-port/