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::ssl_handshake_timeout
arrow_upward

boost::redis::sentinel_config::ssl_handshake_timeout

Time span that the Sentinel TLS handshake operation is allowed to elapse. Does not affect connections to masters and replicas, controlled by config::ssl_handshake_timeout.

Synopsis

Declared in <boost/redis/config.hpp>

std::chrono::steady_clock::duration ssl_handshake_timeout = std::chrono::seconds{5};

Created with MrDocs