How to connect with REDIS cluster

We have created a three nodes REDIS cluster where 3 nodes are master and 3 nodes are slaves.
My question: How application connect with REDIS cluster as we have 3 Master IP addresses. Which IP will be used by application to connect with REDIS cluster.

Beauty of Cluster, you can give any servers IP address. For High Availability you should use 2 IP addresses from different servers.

Ahaa Great.

So what I understand that I can put any one IP inside application from above mentioned six nodes REDIS Cluster when any node from the six nodes REDIS Cluster get application request, the node will forward the application request to the REDIS Master. right ?