
Accept the Wizard’s default values, but make sure to check the “Add the Redis installation folder to the Path environment variable” checkbox. msi file and walk through the Setup Wizard instructions.


Officially, Redis is not supported on Windows.

In a future post, I will explain how to run Redis in a Docker container. In this post, I explain how to run Redis on earlier versions. In part 1 of this “Redis on Windows” series, I explain how to run Redis on Windows 10 via the Windows Subsystem for Linux (WSL). Today there is one way to develop with Redis natively on Windows 8.1 (and earlier versions of Windows), and that is with an unsupported port of Redis 3.2.1 for Windows. What isn’t obvious, however, is how to install Redis on Windows so you can develop applications that use Redis. Even if you access Redis remotely (ex: Redis Enterprise Cloud), you still need a Redis client compiled for your local Windows machine. Of course, there are many ways to slice the data, but it suffices to say A LOT of you reading this post are using Windows right now. Every year Stack Overflow shares its developer survey, and every year Windows is the most popular OS for development, and Visual Studio is the most popular IDE.

It’s an open secret that more developers code on Windows than any other OS.
