microsoftarchive / redis

Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
http://redis.io
Other
20.82k stars 5.38k forks source link

error code=1056, message = StartService failed: unknown error #637

Open Skylixia opened 4 years ago

Skylixia commented 4 years ago

I downloaded the latest Redis available, added the path to the environment variable. I run "redis-server --service-start" in the command prompt, a user control window open asking for permission. I click "yes". Then I get : # HandleServiceCommands: system error caught. error code=1056, message = StartService failed: unknown error.

enricogior commented 4 years ago

Hi @Skylixia as mentioned in the official README this project is no longer being actively maintained. If you are looking for an up-to-date alternative, you may want to check out Memurai.