I had installed redis-3.0.504. Followed the installation instructions and now redis-server is running in the port
I had also installed redis in Windows services, but that is not running. I’m also not able to manually start the service. Getting the below error.
Any ideas to start the service?
3
If you installed this via chocolatey, you need to add the following folder to allow the supplied redis.windows-service.conf to work:
C:ProgramDatachocolateylibredis-64Logs
If you didn’t install via chocolatey, a missing log folder is still likely to be the culprit.
Right-click in the service in Window Services and go to Properties.
Then go to Log On tab and select Local System account.
Click on the Ok button and start the service.
The Redis port for Windows you are using has been deprecated. As the last commit in that project suggests you can check out Memurai. Memurai is a production grade software, actively maintained and freely available for development.
Click here to cancel reply.
3
Answers
If you installed this via chocolatey, you need to add the following folder to allow the supplied redis.windows-service.conf to work:
If you didn’t install via chocolatey, a missing log folder is still likely to be the culprit.
Right-click in the service in Window Services and go to Properties.
Then go to Log On tab and select Local System account.
Click on the Ok button and start the service.
The Redis port for Windows you are using has been deprecated.
As the last commit in that project suggests you can check out Memurai.
Memurai is a production grade software, actively maintained and freely available for development.