boost::redis::config::ssl_handshake_timeout

Time span that the SSL handshake operation is allowed to elapse. When using Sentinel, this setting applies to masters and replicas.

Synopsis

Declared in <boost/redis/config.hpp>

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

Created with MrDocs