How to Install Redis and Run the Redis CLI on Windows
install redis windows Learn how to install Redis on Windows using WSL2 (Windows Subsystem for Linux) and the official packages.redis.io APT repository. Follow the steps to enable WSL2, add the repository, update, and install Redis..install-choco-windows
Native port of Redis for Windows. 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 Se...windows-10-installation-media
Or from Windows 10 you can install Bash on Ubuntu on Windows which will let you run the official version of Redis on Ubuntu on Windows :) This is our preferred approach as it lets you run native Ubuntu binaries on Windows more efficiently than a VM of Linux.