boost::redis::sentinel_config::request_timeout
Time span that the Sentinel request/response exchange is allowed to elapse. Includes executing the commands in setup and the commands required to resolve the server's address.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration request_timeout = std::chrono::seconds{5};
Created with MrDocs