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

The connection type when rebound to the specified executor.

Synopsis

Declared in <boost/redis/connection.hpp>

using other = basic_connection<Executor1>;

Created with MrDocs