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

Rebinds the socket type to another executor.

Synopsis

Declared in <boost/redis/connection.hpp>

template<class Executor1>
struct rebind_executor;

Types

Name

Description

other

The connection type when rebound to the specified executor.

Created with MrDocs