You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
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."
}
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: