windows installation of small problems arise redis

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

Solution:
(sequentially input) at the input cmd window:
1.  the Redis -cli.exe
2. the shutdown
3. Exit
4.  Redis -server.exe

Guess you like

Origin www.cnblogs.com/Zhao159461/p/11183458.html