You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/06/03 21:57:19 UTC

[geode] branch develop updated (261e72d -> 6e0bba3)

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

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


    from 261e72d  GEODE-5304: Remote transactions DUnit test fails to resume a transaction started by another tread (#6550)
     add 6e0bba3  GEODE-9336: Implement ZADD option CH (#6544)

No new revisions were added by this update.

Summary of changes:
 .../sortedset/AbstractZAddIntegrationTest.java     | 53 ++++++++++++++++++++--
 .../codeAnalysis/sanctionedDataSerializables.txt   |  4 ++
 .../geode/redis/internal/data/RedisSortedSet.java  | 11 +++--
 .../internal/executor/sortedset/ZAddExecutor.java  |  8 +++-
 .../internal/executor/sortedset/ZAddOptions.java   | 29 +++++++++++-
 .../redis/internal/data/RedisSortedSetTest.java    |  2 +-
 6 files changed, 96 insertions(+), 11 deletions(-)