Has anyone been able to implement Redis 5.x cluster using Docker Swarm?
I am trying to implement the same but the roadblock is that Redis Clustering works with IP and Port mapping and doesn’t support NAT’ed environments. Any suggestions would be appreciated.
I am trying to implement this in an overlay network with scaling support such that scaling the Redis service would allow it to join with the cluster in real-time.