Installing & Connecting to a Redis Docker Container Locally
I found myself needing to locally run a Python application that required a Redis connection. I merely needed to run the application and didn't want to have to tinker with Docker compose or write a Dockerfile for the application. It has been a while s...
Aug 18, 20204 min read2.0K

