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

Popular posts from this blog

how to do line continuation in perl debugger for entering raw multi-line text (EOT)? -

javascript - Create websocket without connecting -

android - Linear layout children not scrolling -