Warning: no config file specified, using the default config. In order to specify a config

安装好redis启动过程出现的问题,报错:

#Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf

意思是没有使用默认的conf文件

解决办法:在命令行中执行 redis-server.exe redis.windows.conf,就可以了。