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

Sets the response object of async_receive operations.

Synopsis

Declared in <boost/redis/connection.hpp>

template<class Response>
void
set_receive_response(Response& response);

Created with MrDocs