You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by es...@apache.org on 2021/06/08 23:53:51 UTC

[geode] branch develop updated (3aa6553 -> 82775bd)

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

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


    from 3aa6553  GEODE-9168: Remove radish function execution (#6560)
     add 82775bd  GEODE-9362: Implement zadd with INCR option. (#6573)

No new revisions were added by this update.

Summary of changes:
 ...DUnitTest.java => ZAddIncrOptionDUnitTest.java} | 160 +++++++-----------
 .../sortedset/AbstractZAddIntegrationTest.java     | 178 +++++++++++++++++++--
 .../codeAnalysis/sanctionedDataSerializables.txt   |   4 +-
 .../geode/redis/internal/RedisConstants.java       |   3 +-
 .../redis/internal/data/NullRedisSortedSet.java    |  17 +-
 .../geode/redis/internal/data/RedisSortedSet.java  |  21 ++-
 .../RedisSortedSetCommandsFunctionExecutor.java    |   2 +-
 .../executor/sortedset/RedisSortedSetCommands.java |   2 +-
 .../internal/executor/sortedset/ZAddExecutor.java  |  42 ++---
 .../internal/executor/sortedset/ZAddOptions.java   |  12 +-
 .../executor/sortedset/ZIncrByExecutor.java        |   2 +-
 .../redis/internal/data/RedisSortedSetTest.java    |   2 +-
 12 files changed, 302 insertions(+), 143 deletions(-)
 copy geode-apis-compatible-with-redis/src/distributedTest/java/org/apache/geode/redis/internal/executor/sortedset/{ZRemDUnitTest.java => ZAddIncrOptionDUnitTest.java} (50%)