I\'m using Redis 2.8 on Windows which I downloaded from github release. After unzip and I\'ve set maxheap in redis.windows.conf
file. After running redis-serv
Now service is normally.I run redis-cli.exe
in the same window,and it connect correctly.Then I typed shutdown,the service is over.Reopen a command windows,type redis-server
.The service run correctly.But I still did not understand why # Creating Server TCP listening socket *:6379:No such file or directory
came out.