Darrel Schneider created GEODE-9769:
---------------------------------------
Summary: add pubsub stats to geode-for-redis INFO command
Key: GEODE-9769
URL: https://issues.apache.org/jira/browse/GEODE-9769
Project: Geode
Issue Type: Improvement
Components: redis
Reporter: Darrel Schneider
Standard redis has the following on the INFO command:
pubsub_channels: Global number of pub/sub channels with client subscriptions
pubsub_patterns: Global number of pub/sub pattern with client subscriptions
geode-for-redis has some stats that correspond to these but the stats are only
available from geode's existing stat tools. The two geode stats that correspond
to these are: uniqueChannelSubscriptions and uniquePatternSubscriptions
--
This message was sent by Atlassian Jira
(v8.3.4#803005)