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(-)