boost::redis::sentinel_config
Configuration values to use when using Sentinel.
Synopsis
Declared in <boost/redis/config.hpp>
struct sentinel_config;
Data Members
Name |
Description |
A list of (hostname, port) pairs where the Sentinels are listening. |
|
The name of the master to connect to, as configured in the |
|
Whether connections to Sentinels should use TLS or not. Does not affect connections to masters. |
|
A request to be sent to Sentinels upon connection establishment. |
|
Time span that the Sentinel resolve operation is allowed to elapse. Does not affect connections to masters and replicas, controlled by |
|
Time span that the Sentinel connect operation is allowed to elapse. Does not affect connections to masters and replicas, controlled by |
|
Time span that the Sentinel TLS handshake operation is allowed to elapse. Does not affect connections to masters and replicas, controlled by |
|
Time span that the Sentinel request/response exchange is allowed to elapse. Includes executing the commands in |
|
Whether to connect to a Redis master or to a replica. |
Created with MrDocs