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

Executor type.

Synopsis

Declared in <boost/redis/connection.hpp>

using executor_type = asio::any_io_executor;

Created with MrDocs