It would be fantastic if I could use Redis as a db/cache for Windows Desktop Applications. Are there any plans to create an installable version that would run on Windows 10 and higher?

I am aware that I could run Redis in a Docker container on Windows 10 but I strongly believe that deployment in this manner will be more difficult and error prone as well as harder to maintain for non-technical users.

Comment From: tporadowski

There is an unofficial version of Redis for Windows (latest is 5.0.9), which is a continuation of no longer maintained fork from MS Open Tech.

Comment From: cognociente

@tporadowski that is amazing and I see that it is your repo - thank you! Does replication/synchronization of the redis database to the cloud work in 5.0.9 (this is my main requirement for a client side db in a project I am working on).

Comment From: itamarhaber

Hi all - closing this issue as it isn't in the scope of the Redis core project. Feel free to reopen if you feel otherwise.