Search code examples
windowsrediswindows-services

Unable to start Redis in Windows Services. Error 1067: The process terminated unexpectedly


I had installed redis-3.0.504. Followed the installation instructions and now redis-server is running in the portenter image description here

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.

enter image description here

Any ideas to start the service?


Solution

  • 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.

    enter image description here