How to connect to Redis from 3rd party client?

Make sure you expose a redis port (and only do for your development target)

You can then use an app to connect to the redis inside docker. I use Red on a Mac. https://echodot.com/red/

2 Likes