Last year I installed redis-server on my Windows laptop and I remember correctly that I had to install the native version and not the WSL version. The reason is that, we have to disable WSL for our Docker. So no WSL.
Now, my colleague wants to install Redis-Server on his Windows and I can’t recollect from where I got the binary distribution for Windows. Is it Releases · microsoftarchive/redis · GitHub ? But the last update to this was in 2016. But I remember it some other source and not redis.com - I have C:\Program Files\Redis
PS C:\Program Files\Redis> .\redis-server.exe --version
Redis server v=3.2.100 sha=00000000:0 malloc=jemalloc-3.6.0 bits=64 build=dd26f1f93c5130ee
PS C:\Program Files\Redis>
Does this mean I am using version 3 of redis and not 6/7 ?