You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ds...@apache.org on 2021/11/17 07:00:37 UTC

[geode] branch develop updated (bcb2e3e -> e6d10c8)

This is an automated email from the ASF dual-hosted git repository.

dschneider pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from bcb2e3e  GEODE-9566: removed a couple more geode-for-redis Experimental instances (#7102)
     add e6d10c8  GEODE-9769: add pubsub stats to INFO command (#7100)

No new revisions were added by this update.

Summary of changes:
 geode-for-redis/README.md                          |  2 +
 .../pubsub/AbstractPubSubIntegrationTest.java      | 33 +++++++++++
 .../executor/pubsub/PubSubIntegrationTest.java     |  6 +-
 .../server/AbstractInfoIntegrationTest.java        |  4 +-
 .../internal/executor/server/InfoExecutor.java     | 69 ++++++++++------------
 .../redis/internal/statistics/RedisStats.java      | 12 ++++
 6 files changed, 83 insertions(+), 43 deletions(-)