boost::redis::sentinel_config::resolve_timeout
Time span that the Sentinel resolve operation is allowed to elapse. Does not affect connections to masters and replicas, controlled by config::resolve_timeout.
Synopsis
Declared in <boost/redis/config.hpp>
std::chrono::steady_clock::duration resolve_timeout = std::chrono::milliseconds{500};
Created with MrDocs