boost::redis::sentinel_config::master_name
The name of the master to connect to, as configured in the sentinel monitor statement in sentinel.conf.
Synopsis
Declared in <boost/redis/config.hpp>
std::string master_name = {};
Description
This field is required even when connecting to replicas.
Created with MrDocs