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::basic_connection::executor_type

The type of the executor associated to this object.

Synopsis

Declared in <boost/redis/connection.hpp>

using executor_type = Executor;

Created with MrDocs