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 2020/11/10 03:04:45 UTC

[geode] branch develop updated (e1f5518 -> 54ee0e4)

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 e1f5518  GEODE-8663: update Redis Info command To include additional statistics (#5678)
     add 54ee0e4  GEODE-8691: Add test to cover native Redis hits and misses statistics (#5721)

No new revisions were added by this update.

Summary of changes:
 ...va => HitsMissesNativeRedisAcceptanceTest.java} |   7 +-
 .../server/AbstractHitsMissesIntegrationTest.java  | 393 +++++++++++++++++++++
 2 files changed, 397 insertions(+), 3 deletions(-)
 copy geode-redis/src/acceptanceTest/java/org/apache/geode/redis/internal/executor/server/{InfoNativeRedisAcceptanceTest.java => HitsMissesNativeRedisAcceptanceTest.java} (88%)
 create mode 100644 geode-redis/src/integrationTest/java/org/apache/geode/redis/internal/executor/server/AbstractHitsMissesIntegrationTest.java