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

A generic response to a request

Synopsis

Declared in <boost/redis/response.hpp>

using generic_response = adapter::result<std::vector<resp3::node>>;

Description

This response type can store any type of RESP3 data structure. It contains the [pre‐order](https://en.wikipedia.org/wiki/Tree_traversal#Pre‐order,NLR) view of the response tree.

Created with MrDocs