Cannot get Redis with Unix socket to work on Centos 8 Stream

I have identified the problem, this is an SELinux issue. I keep forgetting this is a thing on CentOS. When I disable SELinux (sudo setenforce 0) the issue goes away.

Now I just have to find sometime to figure out how to set a SELinux policy for this. Any suggestions to same me some googling?

Thank you