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::connection::get_executor

Returns the underlying executor.

Synopsis

Declared in <boost/redis/connection.hpp>

executor_type
get_executor() noexcept;

Return Value

the underlying executor.

Created with MrDocs