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.84k stars 5.38k forks source link

Redis cannot be started as a windows service #476

Open hzylmf opened 8 years ago

hzylmf commented 8 years ago

I compiled the latest redis release version on windows server 2008 R2,and then installed it as a windows service,but I cannot start the service and there are nothing in log file.What should I do? Thanks!

enricogior commented 8 years ago

Hi @hzylmf any particular reason to compile your own version instead of using the provided MSI installer?

hzylmf commented 8 years ago

@enricogior Thank you very much! I use the MSI installer version and solved this problem.