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

Windows link of new redis verison 5.0 is not available anymore on redis.io #635

Closed alesshosry closed 4 years ago

alesshosry commented 4 years ago

After watching some online tutorials I have navigated to https://redis.io/download but I realized that they removed Windows section which was redirecting users to this project. Any clarifications about that? Aren't you supporting new version of redis anymore? If no, then how we can use new redis versions on windows?

enricogior commented 4 years ago

Hi @AlessHo 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.

alesshosry commented 4 years ago

I prefer to use another cashing tool that runs on Windows, since redis is not, and some people are saying to use docker, others are suggesting your compiled solution for windows that is not supported anymore by redis, and now someone told me to use memurai; well this is frustrating!

tporadowski commented 4 years ago

@AlessHo creator of Redis has never supported Windows version and indeed - it used to be available for download on redis.io downloads page (in "Other versions" section), but that was at the time this version was maintained by MS Open Tech team. If I manage to keep my Redis for Windows fork up-to-date with original Redis - perhaps antirez agrees to bring it back there, but for now it is like it is.

alesshosry commented 4 years ago

I understand, thanks