TL;DR — 7 quick steps
- Enable WSL and virtualization: turn on Windows features for WSL and Virtual Machine Platform, then reboot.
- Install a Linux distribution: pick a distro from Microsoft Store (e.g., Ubuntu) and complete first‑run setup.
- Update packages: open the distro terminal and update its package index.
- Install Redis: use your distro’s package manager to install the redis server package.
- Start the server: run the service and confirm it starts without errors.
- Enable autostart (optional): configure the service to start automatically when the distro launches.
- Verify connectivity: from Windows, connect to the Redis instance listening on the default port (typically 6379).