Reference
boost::redis::config::connect_timeout
Time span that the connect operation is allowed to elapse.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration connect_timeout = std::chrono::seconds{10};
Created with MrDocs