Compiling latest Redis on WSL2
February 12, 2021 | Published by ShoaibWe have been using Redis on our windows workstations for some time now. It just works. If you are in the mood to get something done, your best options are: Download an MSI from here: https://github.com/microsoftarchive/redis/releases Use your distro package installer (apt in this case) sudo apt-get updatesudo apt-get upgradesudo apt-get install redis-server Let’s go […]