You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by je...@apache.org on 2022/02/16 18:52:26 UTC

[geode] branch develop updated (5f79b21 -> 9ef20d9)

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

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


    from 5f79b21  GEODE-10057: Correct geode-for-redis docs (#7370)
     add 9ef20d9  GEODE-10034: Organize Geode For Redis Stats By Category (#7363)

No new revisions were added by this update.

Summary of changes:
 .../statistics/GeodeRedisStatsIntegrationTest.java |  57 +++++
 .../geode/redis/internal/GeodeRedisServer.java     |  24 +--
 .../redis/internal/statistics/GeodeRedisStats.java | 236 +++++++++++----------
 3 files changed, 184 insertions(+), 133 deletions(-)
 create mode 100644 geode-for-redis/src/integrationTest/java/org/apache/geode/redis/internal/statistics/GeodeRedisStatsIntegrationTest.java