forked fromCylix/cpp_redis
- Notifications
You must be signed in to change notification settings - Fork209
Sentinel Client
appkins edited this pageNov 24, 2018 ·1 revision
cpp_redis::sentinel
is the class providing sentinel configuration.
It is meant to be used for sending sentinel-related commands to the remote server and receiving its replies.It is also meant to be used withcpp_redis::client
andcpp_redis::subscriber
for high availability (automatic failover if reconnection is enabled).
Need more information?Contact me.