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::request::get_expected_responses

Returns the number of responses expected for this request.

Synopsis

Declared in <boost/redis/request.hpp>

[[nodiscard]]
std::size_t
get_expected_responses() const noexcept;

Return Value

the number of responses expected for this request.

Created with MrDocs