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::reconnect_wait_interval

Time span to wait between successive connection retries. Set to zero to disable reconnection.

Synopsis

Declared in <boost/redis/config.hpp>

std::chrono::steady_clock::duration reconnect_wait_interval = std::chrono::seconds{1};

Created with MrDocs