redis windows I am trying to build a Flask application on Windows where user uploads a big Excel file then it is processed in Python which takes 4-5 minutes. I need to process those tasks in background after user uploads the file..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
I'm running Ubuntu 20.04 within WSL2 on Windows 10. I installed podman. >podman -v podman version 3. I tried starting a container with podman run --name some-redis -d -p 6379:6379 redis The