Connecting to Redis Cluster via Sentinel -
i have redis cluster of 3 master nodes , 3 slaves. have 3 sentinel servers (each on separate machine) monitoring redis cluster. using predis, able connect cluster via single master node's ip/port. want know if can connect predis cluster via sentinel ip/port?
redis cluster handles failover without sentinel, don't need use sentinel via redis cluster.
only thing need choosing library can support redis cluster.
Comments
Post a Comment