Wayne created GEODE-9205:
----------------------------
Summary: Implement NUMPAT Subcommand
Key: GEODE-9205
URL: https://issues.apache.org/jira/browse/GEODE-9205
Project: Geode
Issue Type: Sub-task
Components: redis
Reporter: Wayne
Implement the [NUMPAT|https://redis.io/commands/pubsub#codepubsub-numpatcode]
subcommand.
+Acceptance Criteria+
The NUMPAT subcommand has been implemented and unit tests have been developed
that assert that the command correctly returns the number of subscriptions to
patterns (that are performed using the
[PSUBSCRIBE|https://redis.io/commands/psubscribe] command). Note that this is
not just the count of clients subscribed to patterns but the total number of
patterns all the clients are subscribed to.
h5. Return value
[Integer reply|https://redis.io/topics/protocol#integer-reply]: the number of
patterns all the clients are subscribed to.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)