boost::redis::push_view::pattern
The pattern that matched the channel.
Synopsis
Declared in <boost/redis/push_parser.hpp>
std::optional<std::string_view> pattern;
Description
Set only for messages received through pattern subscriptions (pmessage); std::nullopt otherwise.
Created with MrDocs