Wayne created GEODE-9202: ---------------------------- Summary: 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
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)