[ https://issues.apache.org/jira/browse/GEODE-7800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jens Deppe resolved GEODE-7800. ------------------------------- Fix Version/s: 1.13.0 Resolution: Fixed > Add Redis PSUBSCRIBE and PUNSUBSCRIBE commands > ---------------------------------------------- > > Key: GEODE-7800 > URL: https://issues.apache.org/jira/browse/GEODE-7800 > Project: Geode > Issue Type: Improvement > Components: redis > Reporter: Jens Deppe > Assignee: Jens Deppe > Priority: Major > Fix For: 1.13.0 > > Time Spent: 20m > Remaining Estimate: 0h > > Similar to {{SUBSCRIBE}} and {{UNSUBSCRIBE}}, {{PSUBSCRIBE}} allows a client > to subscribe to a pattern. For example: > {noformat} > PSUBSCRIBE sal*s > {noformat} > The subscription pattern is in the form of a glob supporting {{*}}, {{?}} and > ranges. https://redis.io/commands/psubscribe > Pattern subscriptions must be unsubscribed verbatim. i.e., the above > subscription would not be unsubscribed using the pattern {{s*}}, but must be > unsubscribed using the complete subscribed pattern, namely {{sal*s}}. > When clients subscribe to overlapping patterns (or channels) they will > receive a message for every matched subscription. Matches for a single client > are not conflated. -- This message was sent by Atlassian Jira (v8.3.4#803005)