Boost.Redis

    • Introduction
    • Requests and responses
    • Cancellation and timeouts
    • Serializing and parsing into custom types
    • Authentication
    • Logging
    • Sentinel
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • boost::redis::sentinel_config::master_name
arrow_upward

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