neolee / pilot

进入编程世界的第一课
588 stars 842 forks source link

Redis 环境准备里遇到的问题 #1408

Open Wendy-cc opened 3 years ago

Wendy-cc commented 3 years ago

在准备 Redis 环境中,完成 Path 编辑后,执行命令出错,不知道如何解决 系统属性 2020_10_22 21_41_51 管理员_ Windows PowerShell (Admin) 2020_10_22 21_41_04

neolee commented 3 years ago

好像 currentredis-server 之间不应该是空格,而应该是一个 \,注意准确输入 guide 中的命令。

Wendy-cc commented 3 years ago

还是这个报错 管理员_ Windows PowerShell (Admin) 2020_10_23 18_04_28

neolee commented 3 years ago

还是那句话,仔细看,确保输入的命令无误。

指引中需要你输入的是两个命令(注意下面的 trust 需要改成你的 Windows 用户名):

cd C:\Users\trust\scoop\apps\redis\current
redis-server.exe --service-install redis.windows-service.conf --loglevel verbose

你看看你输入的是啥。