boost::redis::push_view

A Pub/Sub message received from the server.

Synopsis

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).

Data Members

Name

Description

channel

The channel where the message was published.

pattern

The pattern that matched the channel.

payload

The message payload.

Created with MrDocs