# Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf
[16344] 19 Dec 17:03:36.517 # Creating Server TCP listening socket *:6379: listen: Unknown error

之前一直可以直接启动redis-server.exe,今天发现启动不了会报错,上网查了一下,解决方式如下

 

cmd进入redis目录,使用下面命令启动redis

redis-server redis.windows.conf

相关文章:

  • 2021-12-30
  • 2021-08-14
  • 2022-01-05
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-11-16
  • 2021-11-04
猜你喜欢
  • 2021-08-17
  • 2022-01-17
  • 2021-12-17
  • 2021-08-01
  • 2021-07-05
  • 2022-02-17
  • 2021-07-13
相关资源
相似解决方案