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.78k stars 5.37k forks source link

Redis does not run on windows server 2003 64 bit #526

Open iabtech opened 7 years ago

iabtech commented 7 years ago

Redis can not run in windows server 2003 64 bit, suggesting " Redis-server.exe is not a valid win32 runing program " when execute the command "redis-server.exe --service-install redis.windows-service.conf" in cmd. How can we let the Redis run on window server 2003 64 bit?

tangtaiquan commented 7 years ago

very good

sherdim commented 6 years ago

try install MSCV2013

https://support.microsoft.com/en-us/help/3179560/update-for-visual-c-2013-and-visual-c-redistributable-package

Update: Doesn't help Downgrade to 2.4.5 from https://github.com/dmajkic/redis/downloads