You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by he...@apache.org on 2021/01/27 22:59:58 UTC

[geode] branch develop updated (f8987ed -> dafd288)

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

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


    from f8987ed  GEODE-8811: Fix new value in events for failing client (#5953)
     add dafd288  GEODE-8867: Add tests for HLEN (#5955)

No new revisions were added by this update.

Summary of changes:
 .../tools_modules/redis_api_for_geode.html.md.erb  |   4 +-
 geode-redis/README.md                              |  80 ++++++-------
 .../{HdelDUnitTest.java => HlenDUnitTest.java}     | 124 ++++++++++++---------
 .../hash/AbstractHashesIntegrationTest.java        |  20 +++-
 .../geode/redis/internal/RedisCommandType.java     |   8 +-
 .../redis/internal/SupportedCommandsJUnitTest.java |   8 +-
 6 files changed, 137 insertions(+), 107 deletions(-)
 copy geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/{HdelDUnitTest.java => HlenDUnitTest.java} (55%)