Boost.Redis

    • Introduction
    • Requests and responses
    • Serializing and parsing into custom types
    • Logging
    • Echo server benchmark
    • Comparison with other Redis clients
    • Examples
    • Reference
    • Acknowledgements
    • Changelog
  • Reference
arrow_upward

Reference

boost::redis::config::resolve_timeout

Time span that the resolve operation is allowed to elapse.

Synopsis

Declared in <boost/redis/config.hpp>

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

Created with MrDocs