You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Owen Nichols (Jira)" <ji...@apache.org> on 2022/06/22 20:47:04 UTC

[jira] [Closed] (GEODE-9202) Implement PUBSUB CHANNELS Subcommand

     [ https://issues.apache.org/jira/browse/GEODE-9202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Owen Nichols closed GEODE-9202.
-------------------------------

> 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.20.7#820007)