boost::redis::push_view
A Pub/Sub message received from the server.
Synopsis
Declared in <boost/redis/push_parser.hpp>
struct push_view;
Description
Can represent messages from both regular subscriptions (message) and pattern subscriptions (pmessage) with string payloads.
Object lifetimes
This object contains views pointing into external storage (typically a resp3::flat_tree).