Install Redis on Windows without enabling WSL

The default installation instructions of Redis on Windows 11 asks one to enable WSL (Windows Subsystem for Linux). But an alternate approach exists if you do not/ cannot install WSL. You can head to https://github.com/microsoftarchive/redis/releases and download the compiled binaries there and install Redis. (NOTE: during installation change the port from default 6379 to 16379. …