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::config::sentinel
arrow_upward

boost::redis::config::sentinel

Configuration values for Sentinel. Sentinel is enabled only if sentinel_config::addresses is not empty.

Synopsis

Declared in <boost/redis/config.hpp>

sentinel_config sentinel = {};

Created with MrDocs