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/07/07 19:37:14 UTC

[geode] branch develop updated (868d4bc -> 13d17ec)

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 868d4bc  GEODE-8330: Structural Improvements to Versioning
     add 13d17ec  GEODE-8313: Improve RedisData synchronization for toData (#5318)

No new revisions were added by this update.

Summary of changes:
 geode-redis/build.gradle                           |   1 +
 .../executor/hash/HashesAndCrashesDUnitTest.java   | 314 +++++++++++++++++++++
 .../config/DUnitSocketAddressResolver.java         |   6 +
 .../geode/redis/internal/data/RedisHash.java       |  47 ++-
 .../apache/geode/redis/internal/data/RedisSet.java |  36 ++-
 .../geode/redis/internal/data/RedisString.java     |   9 +
 .../internal/executor/key/RenameFunction.java      |   6 +
 7 files changed, 398 insertions(+), 21 deletions(-)
 create mode 100644 geode-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/hash/HashesAndCrashesDUnitTest.java