windows subsystem for linux - Redis with wsl2 podman - connection...
redis windows How do I run Redis on Windows? The Redis download page just seems to offer nix options. Can I run Redis natively on Windows?.redis-windows
Found many articles, questions, github-issues about not being able to connect from Windows host to redis running as a docker container on wsl2, with many suggested fixes involving IP mappings.install-redis-windows
The MSOpenTech site is the right source for the Windows port. You should also consider what Redis client you want to use. The two best ones are: StackExchange Redis Client and ServiceStack Redis Client I've used the ServiceStack Client extensively, but I've heard very good things about the StackExchange Client.