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::request::get_config

Returns a reference to the config object.

Synopsis

Declared in <boost/redis/request.hpp>

[[nodiscard]]
config&
get_config() noexcept;

Return Value

a reference to the config object.

Created with MrDocs