Suggestion: add Windows option to /download #231
Description
Currently, /download caters to native redis (linux), and cloud options (Redis Labs)
Historically, there was inclusion of redis-64, the MSOpenTech port of redis to run natively on Windows - which is now discontinued and left at a very out-of-date server version.
There is an active / well-supported Windows version available, however - redis-64 now links onwards to Memurai, i.e. https://www.memurai.com/get-memurai - this is a commercial offering with free developer versions, and IMO it makes a very compelling case for getting started with Redis on Windows conveniently and quickly - without needing additional VM etc infrastructure.
Proposal: re-add the section removed in the first link above, but now linking to Memurai instead. I'm happy to submit this as a PR, essentially adding:
"windows": {
"url": "https://www.memurai.com/get-memurai",
"notes": "The Redis project does not officially support Windows. However, Memurai develops and maintains this Windows port."
}