BUG:
[17392] 14 Jul 11:00:42.509 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf[17392] 14 Jul 11:00:42.516 # Creating Server TCP listening socket *:6379: bind: No such file or directory
解决方式:在cmd窗口输入(依次输入):1. Redis-cli.exe2. shutdown3. exit4. redis-server.exe
转载于:https://www.cnblogs.com/Zhao159461/p/11183458.html