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::resp3::node_view

A node in the response tree that does not own its data.

Synopsis

Declared in <boost/redis/resp3/node.hpp>

using node_view = basic_node<std::string_view>;

Created with MrDocs