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
  • boost::redis::any_adapter::on_node
arrow_upward

boost::redis::any_adapter::on_node

Calls the implementation with the arguments `impl`(parse_event::node, ...);

Synopsis

Declared in <boost/redis/adapter/any_adapter.hpp>

void
on_node(
    resp3::node_view const& nd,
    system::error_code& ec);

Parameters

Name

Description

nd

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

Created with MrDocs