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/02/03 21:46:31 UTC

[geode] branch develop updated (7b058d5 -> 67cf334)

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 7b058d5  GEODE-8908: support STRLEN command (#5994)
     add 67cf334  GEODE-8904: Redis - hexists tests (#5988)

No new revisions were added by this update.

Summary of changes:
 .../{HMgetDUnitTest.java => HExistsDUnitTest.java} |  44 ++++++++-
 .../hash/AbstractHashesIntegrationTest.java        | 108 ++++++++++++---------
 .../geode/redis/internal/RedisCommandType.java     |   2 +-
 .../redis/internal/SupportedCommandsJUnitTest.java |   2 +-
 4 files changed, 103 insertions(+), 53 deletions(-)
 copy geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/{HMgetDUnitTest.java => HExistsDUnitTest.java} (72%)