[ 
https://issues.apache.org/jira/browse/GEODE-9202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17359429#comment-17359429
 ] 

ASF subversion and git services commented on GEODE-9202:
--------------------------------------------------------

Commit 7a2fee92450fa2fd3846fb92b8eb90fceb0d5170 in geode's branch 
refs/heads/develop from John Hutchison
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=7a2fee9 ]

GEODE-9202: implement PUBSUB CHANNELS subcommand (#6493)

- implement methods for finding channel names in subscriptions class
- implement pattern matching for finding channel names

> Implement PUBSUB CHANNELS Subcommand
> ------------------------------------
>
>                 Key: GEODE-9202
>                 URL: https://issues.apache.org/jira/browse/GEODE-9202
>             Project: Geode
>          Issue Type: Sub-task
>          Components: redis
>            Reporter: Wayne
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.15.0
>
>
> Implement the 
> [CHANNELS|https://redis.io/commands/pubsub#pubsub-channels-pattern] 
> subcommand of the PUBSUB command.
>  
> +Acceptance Criteria+
> The CHANNELS subcommand is correctly implemented and unit tests are developed 
> to ensure that the command lists the currently _active channels_. An active 
> channel is a Pub/Sub channel with one or more subscribers (not including 
> clients subscribed to patterns).
> If no {{pattern}} is specified, all the channels are listed, otherwise if 
> pattern is specified only channels matching the specified glob-style pattern 
> are listed.
> h5. Return value
> [Array reply|https://redis.io/topics/protocol#array-reply]: a list of active 
> channels, optionally matching the specified pattern.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to