Description
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 Learn how to control a WSL installation of the Redis database from the Windows command line. If you like using Redis for website caching and you write and test code locally from Windows, you’ll want to figure out how to run a local instance of the Redis database. You have a few options.
install-docker-windows 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.