zkteco-home / redis-windows

Native port of Redis for Windows,it can be installed as service.
MIT License
1.91k stars 173 forks source link

"install_redis.cmd" does fail when path has blanks #3

Closed UweKeim closed 2 years ago

UweKeim commented 2 years ago

When starting "install_redis.cmd" from e.g.

"C:\Program Files\redis"

The service installs but fails to start.

I did not investigate further, but instead put redis into a path without blanks, e.g.

"C:\redis"

zkteco-home commented 2 years ago

thank you very much for your issue,i fixed that and commited.

UweKeim commented 2 years ago

Awesome, thank you very much 😊