最近在学怎么用redis,想把把redis的路径加到系统的环境变量里,结果出现了下面这个问题
Invalid argument during startup: Failed to open the .conf file: redis.conf CWD=C:\Users\Jueny
直接写redis-server.exe报
[23656] 17 Jun 17:13:14.298 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server.exe /path/to/redis.conf
[23656] 17 Jun 17:13:14.305 # Creating Server TCP listening socket *:6379: listen: Unknown error
如图
切换目录后
C:\Users\Jueny>d:
D:\>cd D:\TheOth\AppData\Redis
D:\TheOth\AppData\Redis>redis-server.exe redis.conf
Invalid argument during star